diff --git a/README.md b/README.md index da9a303..a150f99 100644 --- a/README.md +++ b/README.md @@ -66,5 +66,5 @@ Alternatively, use ``detectSpeech`` if you want to detect if speech is found in > - 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. diff --git a/package.yaml b/package.yaml index 215f616..5ae3174 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: silero-vad -version: 0.1.0.1 +version: 0.1.0.2 tested-with: GHC == 9.8, GHC == 9.2.8, GHC == 8.10.7 license: MIT license-file: LICENSE diff --git a/silero-vad.cabal b/silero-vad.cabal index b1a11f5..2e6c172 100644 --- a/silero-vad.cabal +++ b/silero-vad.cabal @@ -5,7 +5,7 @@ cabal-version: 1.18 -- 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 @@ library cc-options: -Wno-unused-result include-dirs: cbits + lib c-sources: cbits/silero/detector.c cbits/silero/model.c @@ -187,6 +188,7 @@ test-suite test cc-options: -Wno-unused-result include-dirs: cbits + lib c-sources: cbits/silero/detector.c cbits/silero/model.c