前回、Google DocumentとSpeechyアプリを使った、音声文字起こしについて、ご紹介しましたが、今回は、少しレベルアップして、PythonプログラムのSpeechRecognitionを使って、音声を文字起こしすることに、チャレンジしてみました!
【参考】
今回作成したプログラムをQiitaに掲載しました。(2021/11/7)
https://qiita.com/daifuku10/items/62cc3d0075a6cb9389b4
【参考情報】参考にさせて頂いたプログラムサンプルなど。
1.Pythonインストール
https://www.python.jp/install/windows/install.html
2.Visual Studio Codeインストール
https://code.visualstudio.com/
3.音声文字認識Pythonプログラム
https://self-development.info/pythonで音声からテキストへ変換【speechrecognition】/
4.Pythonで音声ファイル分割
https://qiita.com/futurebone/items/b3723899235a977f5796
5.Python EXEファイル作成
6.Python ファイル選択 ダイアログ
https://qiita.com/studio_haneya/items/ddbaa76a6ee2c705ad5a
7.Python エクセル出力
https://qiita.com/yuta-38/items/cbe1981a3f71e1ccc6b9
#Python #音声文字認識 #SpeechRecognition #素人プログラマ




