File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 634634// ----------------------------------------------------------------------------------------------------
635635// Misc
636636
637- bool AudioEngineDevice::BuiltInAECIsAvailable () const { return false ; }
637+ bool AudioEngineDevice::BuiltInAECIsAvailable () const { return true ; }
638638
639- bool AudioEngineDevice::BuiltInAGCIsAvailable () const { return false ; }
639+ bool AudioEngineDevice::BuiltInAGCIsAvailable () const { return true ; }
640640
641641bool AudioEngineDevice::BuiltInNSIsAvailable () const { return false ; }
642642
643- int32_t AudioEngineDevice::EnableBuiltInAEC (bool enable) { return - 1 ; }
643+ int32_t AudioEngineDevice::EnableBuiltInAEC (bool enable) { return 0 ; }
644644
645- int32_t AudioEngineDevice::EnableBuiltInAGC (bool enable) { return - 1 ; }
645+ int32_t AudioEngineDevice::EnableBuiltInAGC (bool enable) { return 0 ; }
646646
647647int32_t AudioEngineDevice::EnableBuiltInNS (bool enable) { return -1 ; }
648648
You can’t perform that action at this time.
0 commit comments