added a comment
This commit is contained in:
parent
46d97abe0e
commit
b25347e3b3
1 changed files with 2 additions and 0 deletions
|
@ -307,6 +307,8 @@ QString CSound::LoadAndInitializeDriver ( int iDriverIdx )
|
|||
// store ID of selected driver if initialization was successful
|
||||
lCurDev = iDriverIdx;
|
||||
|
||||
// TODO why is only the input enough...?
|
||||
|
||||
// setup callback for xruns (only for input is enough)
|
||||
AudioDeviceAddPropertyListener ( audioInputDevice[lCurDev],
|
||||
0,
|
||||
|
|
Loading…
Reference in a new issue