1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

MycroftOS: Enabling Acoustic Echo Cancellation

This commit is contained in:
Peter Steenbergen
2019-11-15 09:25:53 +01:00
parent cb528f6e57
commit 712ceed32a
4 changed files with 25 additions and 4 deletions

View File

@@ -61,3 +61,8 @@ unload-module module-suspend-on-idle
unload-module module-role-cork
load-module module-role-ducking
unload-module module-stream-restore
### Enable Echo/Noise-Cancellation
load-module module-echo-cancel aec_method=webrtc source_name=echoCancel_source sink_name=echoCancel_sink
set-default-source echoCancel_source
set-default-sink echoCancel_sink