Maix-Speech icon indicating copy to clipboard operation
Maix-Speech copied to clipboard

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

Results 7 Maix-Speech issues
Sort by recently updated
recently updated
newest added

Hi, Maix is a great work, it works efficiently on my x86. Any further training code possible?

![NS$X(%}WHOCEDOQTSX_~0SE](https://user-images.githubusercontent.com/110226641/181876878-fb805c88-be2c-445c-9e95-3c9d4cdfb700.png) 缺少libaipudrv,so,4 请问如何解决

Looks like the build system does not respect toolchain/arch setting in menuconfig. Even I set it to arm, it still tries to use x86 toolchain (host system toolchain). [ 53%]...

There are no instructions for whether this runs on linux or Windows that I could see. Trying the build on Windows, and as expected, the very first thing I tried...

/usr/bin/ld: /opt/gits/Maix-Speech/components/asr_lib/lib/aarch64/libms_asr_aarch64.a(ConvolutionCommon.cpp.o): in function `MNN::ConvolutionCommon::load(MNN::IDSTQuan const*, bool, bool)': (.text._ZN3MNN17ConvolutionCommon4loadEPKNS_8IDSTQuanEbb+0xf0c): undefined reference to `__log_finite' /usr/bin/ld: /opt/gits/Maix-Speech/components/asr_lib/lib/aarch64/libms_asr_aarch64.a(CPUUnary.cpp.o):(.text._Z8_unaryOpI9UnaryAcosIfEfEvPvPKvi+0x2c): undefined reference to `__acosf_finite' /usr/bin/ld: /opt/gits/Maix-Speech/components/asr_lib/lib/aarch64/libms_asr_aarch64.a(CPUUnary.cpp.o):(.text._Z8_unaryOpI9UnaryAsinIfEfEvPvPKvi+0x2c): undefined reference to `__asinf_finite' /usr/bin/ld: /opt/gits/Maix-Speech/components/asr_lib/lib/aarch64/libms_asr_aarch64.a(CPUUnary.cpp.o):(.text._Z8_unaryOpI9UnaryCoshIfEfEvPvPKvi+0x2c): undefined reference to...

win平台怎么编译?