Skip to content

Releases: ZygoteCode/VadSharp

VadSharp V3

15 Mar 11:13

Choose a tag to compare

  • 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

05 Feb 20:40
04242ee

Choose a tag to compare

  • 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

03 Feb 21:03
1bd7430

Choose a tag to compare

The official first release of the project!