Demos

Android Demo

下载预构建 APK(20 MB)或从源码构建:

app-release.apk (已签名 APK,20 MB)

Linux CLI Demo

构建并运行:

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