vad(silero): allow specifying a Silero VAD version

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-29 10:36:48 -07:00
parent 1b45946a61
commit efbe7297f7
2 changed files with 15 additions and 5 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- It is now possible to specify a Silero VAD version when using `SileroVADAnalyzer`
or `SileroVAD`.
- Added `AysncFrameProcessor` and `AsyncAIService`. Some services like
`DeepgramSTTService` need to process things asynchronously. For example, audio
is sent to Deepgram but transcriptions are not returned immediately. In these