1

pyttsx録音できるフォークを見つけました。https://github.com/hick/pyttsx/tree/master/pyttsx

これが私のコードです:

engine =pyttsx.init()
voices = engine.getProperty('voices')
engine.setProperty('voice', voices[0].id) #change index to change voices
engine.rec('test this out','test.wav')

問題は...シェルを閉じないとファイルを開くことができません。しかし、mp3 へのエンコードなど、さらに多くのコードを実行する必要があります。

私はすでに試しengine.stop()ました。そして、私はここを見ました: https://github.com/hick/pyttsx/blob/master/pyttsx/engine.py ...

4

1 に答える 1