hptsf / Maix-Speech

Maix Speech AI lib, a fast and small speech lib running on embedded devices, including ASR, chat, TTS etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maix-Speech

中文 | English

Brief

Maix Speech AI lib, a fast and small speech lib running on embedded devices (and PC), including ASR, chat, TTS etc.

Now only support Chinese, See 中文

Build

Clone code by:

git clone https://github.com/sipeed/Maix-Speech

Compile

  • x86x64
cd projects/asr

python project.py clean_conf
python project.py menuconfig

python project.py build
# python project.py build --verbose

./build/asr

python project.py clean
python project.py distclean
# python project.py clean_conf
  • R329
cd projects/asr
python project.py --toolchain /opt/toolchain/bin --toolchain-prefix aarch64-openwrt-linux- config
python project.py menuconfig
python project.py build

More project structure usage

See github.com/Neutree/c_cpp_project_framework

License

Apache 2.0

About

Maix Speech AI lib, a fast and small speech lib running on embedded devices, including ASR, chat, TTS etc.

License:Other


Languages

Language:Python 68.3%Language:C 28.3%Language:CMake 2.3%Language:C++ 1.0%Language:Shell 0.1%Language:Makefile 0.0%