0

我正在尝试为我的母语阿姆哈拉语创建 ASR 系统,我的计划是不费力气地制作一个水生模型。为此,我认为我可以使用使用 QT 制作的 ASTRA(Advanced Sphinix Trainer)。但问题是只有源代码,没有编译的二进制文件,当我尝试使用 QT 5.1 mingw (X64) 编译它时,我得到了这个错误。

S:\Lite\astra\audio_play.cpp:-1: In member function 'void audio_play::pause()':
S:\Lite\astra\audio_play.cpp:31: error: 'SIGSTOP' was not declared in this scope
S:\Lite\astra\audio_play.cpp:31: error: 'kill' was not declared in this scope
S:\Lite\astra\audio_play.cpp:38: error: 'SIGCONT' was not declared in this scope
S:\Lite\astra\audio_play.cpp:38: error: 'kill' was not declared in this scope
S:\Lite\astra\audio_play.cpp:-1: In member function 'void audio_play::stop_record()':
S:\Lite\astra\audio_play.cpp:50: error: 'kill' was not declared in this scope

ASTRA源码位置——Astra Trainer

4

0 回答 0