私はアムハラ語と呼ばれる母国語の 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