packages feed

silero-vad 0.1.0.1 → 0.1.0.2

raw patch · 3 files changed

+6/−3 lines, 3 files

Files

README.lhs view
@@ -66,5 +66,5 @@ > - Must be mono channel. > - Must be 16-bit audio. >-> When using ``detectSpeech``, audio samples must be of size ``windowLength`` (defined as 512).+> When using ``detectSpeech``, audio samples must be of size ``windowLength`` (defined as 512).   > If ``length samples /= windowLength``, the probability will always be 0.
README.md view
@@ -66,5 +66,5 @@ > - Must be mono channel. > - Must be 16-bit audio. >-> When using ``detectSpeech``, audio samples must be of size ``windowLength`` (defined as 512).+> When using ``detectSpeech``, audio samples must be of size ``windowLength`` (defined as 512).   > If ``length samples /= windowLength``, the probability will always be 0.
silero-vad.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           silero-vad-version:        0.1.0.1+version:        0.1.0.2 synopsis:       Voice activity detection powered by SileroVAD. description:    A haskell implentation of SileroVAD, a pre-trained enterprise-grade voice activity detector. category:       Audio, Sound@@ -70,6 +70,7 @@   cc-options: -Wno-unused-result   include-dirs:       cbits+      lib   c-sources:       cbits/silero/detector.c       cbits/silero/model.c@@ -125,6 +126,7 @@   cc-options: -Wno-unused-result   include-dirs:       cbits+      lib   c-sources:       cbits/silero/detector.c       cbits/silero/model.c@@ -186,6 +188,7 @@   cc-options: -Wno-unused-result   include-dirs:       cbits+      lib   c-sources:       cbits/silero/detector.c       cbits/silero/model.c