small fix in comment
This commit is contained in:
parent
121a0b4d69
commit
3ba632be9e
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ OSStatus CSound::deviceNotification ( AudioDeviceID,
|
||||||
{
|
{
|
||||||
// xrun handling (it is important to act on xruns under CoreAudio
|
// xrun handling (it is important to act on xruns under CoreAudio
|
||||||
// since it seems that the xrun situation stays stable for a
|
// since it seems that the xrun situation stays stable for a
|
||||||
// while and would give you a long time bad audio
|
// while and would give you a long time bad audio)
|
||||||
pSound->EmitReinitRequestSignal ( RS_ONLY_RESTART );
|
pSound->EmitReinitRequestSignal ( RS_ONLY_RESTART );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue