File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1964,10 +1964,11 @@ wasapi_get_supported_input_processing_params(
19641964 // This is not entirely accurate -- windows doesn't document precisely what
19651965 // AudioCategory_Communications does -- but assume that we can set all or none
19661966 // of them.
1967- return CUBEB_INPUT_PROCESSING_PARAM_ECHO_CANCELLATION |
1968- CUBEB_INPUT_PROCESSING_PARAM_NOISE_SUPPRESSION |
1969- CUBEB_INPUT_PROCESSING_PARAM_AUTOMATIC_GAIN_CONTROL |
1970- CUBEB_INPUT_PROCESSING_PARAM_VOICE_ISOLATION;
1967+ *params = CUBEB_INPUT_PROCESSING_PARAM_ECHO_CANCELLATION |
1968+ CUBEB_INPUT_PROCESSING_PARAM_NOISE_SUPPRESSION |
1969+ CUBEB_INPUT_PROCESSING_PARAM_AUTOMATIC_GAIN_CONTROL |
1970+ CUBEB_INPUT_PROCESSING_PARAM_VOICE_ISOLATION;
1971+ return CUBEB_OK;
19711972}
19721973
19731974static void
You can’t perform that action at this time.
0 commit comments