move SileroVAD processor to processors package

This commit is contained in:
Aleix Conchillo Flaqué
2024-10-18 08:53:57 -07:00
parent d71ea1c0e0
commit 3502509d3e
5 changed files with 95 additions and 83 deletions

View File

@@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Moved `SileroVAD` audio processor to `processors.audio.vad`.
- Module `utils.audio` is now `audio.utils`. A new `resample_audio` function has
been added.