зеркало из https://github.com/mozilla/cubeb.git
Change the scope to be input when querying input buffer size
This commit is contained in:
Родитель
5c24a2bd30
Коммит
04787b65bf
|
@ -992,7 +992,7 @@ audiounit_stream_init(cubeb * context,
|
|||
}
|
||||
} else {
|
||||
if (AudioUnitGetProperty(stm->input_unit, kAudioDevicePropertyBufferFrameSize,
|
||||
kAudioUnitScope_Output, 0, &default_frame_count, &size) != 0) {
|
||||
kAudioUnitScope_Input, 0, &default_frame_count, &size) != 0) {
|
||||
audiounit_stream_destroy(stm);
|
||||
return CUBEB_ERROR;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче