Skip to content

Commit

Permalink
Add missing include-dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
qwbarch committed Dec 26, 2024
1 parent 2b42c47 commit 0dc06e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion silero-vad.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -70,6 +70,7 @@ library
cc-options: -Wno-unused-result
include-dirs:
cbits
lib
c-sources:
cbits/silero/detector.c
cbits/silero/model.c
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0dc06e1

Please sign in to comment.