Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
snakers4
GitHub Repository: snakers4/silero-vad
Path: blob/master/examples/haskell/README.md
1171 views

Haskell example

To run the example, make sure you put an example.wav in this directory, and then run the following:

stack run

The example.wav file must have the following requirements:

  • Must be 16khz sample rate.

  • Must be mono channel.

  • Must be 16-bit audio.

This uses the silero-vad package, a haskell implementation based on the C# example.