diff --git a/hotwords.py b/hotwords/hotwords.py similarity index 100% rename from hotwords.py rename to hotwords/hotwords.py diff --git a/requirements.txt b/hotwords/requirements.txt similarity index 100% rename from requirements.txt rename to hotwords/requirements.txt diff --git a/transcript.sh b/hotwords/transcript.sh similarity index 100% rename from transcript.sh rename to hotwords/transcript.sh diff --git a/cargo.sh b/rust-whisper-lib/cargo.sh similarity index 100% rename from cargo.sh rename to rust-whisper-lib/cargo.sh diff --git a/rust-whisper/cargo.sh b/rust-whisper/cargo.sh new file mode 100644 index 0000000..3bfa077 --- /dev/null +++ b/rust-whisper/cargo.sh @@ -0,0 +1,8 @@ +#! /bin/bash + +#RUSTFLAGS="-Clink-args=-lstd++" \ + +export C_INCLUDE_PATH="$C_INCLUDE_PATH:$PWD/.." +export LIBRARY_PATH="$LIBRARY_PATH:$PWD/.." + +cargo "$@"