Démos

Démo Android

Téléchargez l'APK pré-compilé (20 Mo) ou compilez depuis les sources :

app-release.apk (APK signé, 20 Mo)

Démo CLI Linux

Compilation et exécution :

git clone https://github.com/soniqo/speech-core.git
cd speech-core
./examples/linux/setup_linux.sh

cmake -B build \
    -DCMAKE_BUILD_TYPE=Release \
    -DSPEECH_CORE_WITH_ONNX=ON \
    -DSPEECH_CORE_BUILD_EXAMPLES=ON \
    -DORT_DIR=ort-linux
cmake --build build

./build/speech_demo --model-dir /path/to/models