音声認識のアプリケーションを開発しようと考えており、vagrant環境(amazon linux2)で、Juliusを使ってマイクから音声認識をしようとしております。
$ cat /etc/os-release
NAME="Amazon Linux"
VERSION="2"
JuliusのGithubページからファイルをDownloadして、Readme.mdの手順に沿ってaudio fileの認識(4.Recognize audio file)までは上手くいきました。
Julius Github: https://github.com/julius-speech/julius
次のマイクを使った音声認識(5. Run with live microphone input)をしようとしたところ、以下のエラーが出ました。
comandline
1$ ../julius/julius/julius -C mic.jconf -dnnconf dnn.jconf 2 3// 省略 4 5### read waveform input 6Stat: adin_oss: device name = /dev/dsp (application default) 7Error: adin_oss: failed to open /dev/dsp 8failed to begin input stream
どのようにしたら解決できますでしょうか?
同じ様なエラーの記事を探していたところ、ラズパイだとサウンドドライバを変更する必要があるとのことで、以下の記事と同じようにosspd-alsaをインストールしようとしましたが、上手くいきませんでした。
https://qiita.com/mooriii/items/e6bd0c8c07ef4c94fa0d
$ sudo yum install osspd-alsa
329 packages excluded due to repository priority protections
????? osspd-alsa ?????????
エラー: 何もしません
あなたの回答
tips
プレビュー