Pythonプログラムに音声で入力し、文字列に変換したい
いわゆるSpeech To Text
まとまった
SpeechRecognition
Speech To TextのBattery included
以下のAPIを使う/使わない方法を
全てサポート
APIを使う方法
Google Speech-to-Text API
https://note.com/hirasu1231/n/nc4fcff233c1a
Microsoft Speech to text API (Azure)
録り溜めたボイスメモをAI音声認識APIで一気にテキスト変換しよう
APIを使わない方法:
CMUSphinx
https://syachiku-python.com/【完全攻略】pythonで自作の音声認識をオフラインで/
で知った
気になるポイント:日本語対応の有無
APIは行けそう
CMUSphinxは日本語サポートしていない
https://github.com/Uberi/speech_recognition/blob/master/reference/pocketsphinx.rst#installing-other-languages
PyCon JP 2021 LT: Developing browser-ready real-time computer vision apps with Streamlit by whitphx
streamlit-webrtcの力を借りる
調査中
音声認識 ASR