Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cube_petit_speech_to_text] os.system('amixer -D pulse sset Capture 0')で音声区間を区切る動作が想定通りに働かない #14

Open
nyxrobotics opened this issue Sep 14, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@nyxrobotics
Copy link
Contributor

概要
ロボット発話時にjuliusの音声認識を一時停止させるためos.system('amixer -D pulse sset Capture 0')でマイク音量をゼロにしている。
これによりマイクはミュートで来ているが、同時にjuliusが止まっているような挙動をするときがある。(マイクのミュートを解除したタイミングで、マイクミュート直前の音声がjuliusに処理される)
詳細は不明なので要調査。(dnnモデルにしてから発生したような気がするので音声認識モデルに依存する可能性もあります)

@nyxrobotics nyxrobotics added the bug Something isn't working label Sep 14, 2022
@AiriYokochi
Copy link
Contributor

現在マイクをミュートせずに、ホットワード認識後の認識結果だけ取得するように変更して対処しています。
後でリポジトリ整理します。現在は以下のリポジトリで作業しております。
https://github.com/AiriYokochi/cube_petit_ros/tree/wip/mft2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants