PyAudio
https://pypi.org/project/PyAudio/
http://people.csail.mit.edu/hubert/pyaudio/
https://github.com/jleb/pyaudio
音声入力と音声出力の処理をPyAudioでまかなえる
Pythonライブラリ
SpeechRecognition
を使った音声入力
Pythonスクリプトで音声を再生したい
IMO:音声で入力→処理→音声で出力というプログラムでは、
PyAudioを選択することで依存関係を減らせる
macOSでのインストール(中のビルド)には
brew install portaudio
が必要(
portaudio
)