audio(filters): add noisereduce filter

This commit is contained in:
Aleix Conchillo Flaqué
2024-10-21 17:06:16 -07:00
parent abc8ede3d7
commit 0dd413ee90
3 changed files with 52 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added audio filter `NoisereduceFilter`.
- Introduce input transport audio filters (`BaseAudioFilter`). Audio filters can
be used to remove background noises before audio is sent to VAD.