vad(silero): expose cache and repo parameters

This commit is contained in:
Aleix Conchillo Flaqué
2024-07-23 12:09:21 -07:00
parent 0a6ddbf15c
commit ad88925154
2 changed files with 18 additions and 3 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `force_reload`, `skip_validation` and `trust_repo` to `SileroVAD` and
`SileroVADAnalyzer`. This allows caching and various GitHub repo validations.
- Added `send_initial_empty_metrics` flag to `PipelineParams` to request for
initial empty metrics (zero values). True by default.