Releases: ZygoteCode/VadSharp
Releases · ZygoteCode/VadSharp
VadSharp V3
- Fixed PlatformNotSupportedException in the model validity check on Windows #1, since SHA3-512 is supported only on Windows 11 Build 25324+ - It is now replaced with SHA2-512.
VadSharp V2
- Audio files will now be automatically re-sampled to 16 kHz-
- Added an advanced SHA-3 512 hash check for checking the validity and the integrity of the Silero VAD V5 ONNX model file.
- Now, it is possible to choose if to use DirectML for the GPU processing or not.
- Added a feature to process a single float[] audio buffer, useful for real-time audio processing, for recording purposes and so on.
- Fixed an issue about the timings due to forceful analysis with 16 kHz sample rate.
VadSharp V1
The official first release of the project!