プログラムでおかえしできるかな

定年を過ぎて何かの役に立てないかなと始めた元SEのブログです

2023-03-25から1日間の記事一覧

CMU Sphinx音響モデルの適応【Python】

recognition/voice-input-sphinx) Python の SpeechRecognition で CMU Sphinx を使用して音声入力してみました。 そのままでは認識率が悪いので音響モデルの適応をして認識率を上げました。 音響モデルの適応のやり方を紹介します。

Acoustic model adaptation in CMU Sphinx [Python]

I tried voice input using CMU Sphinx with Python's SpeechRecognition. Since the recognition rate is low as it is, I adapted the acoustic model to increase the recognition rate. I will introduce how to adapt the acoustic model.