[筆記] Python - 語音說話功能
我這邊是用 Python3 進行撰寫,要先安裝 pyttsx3 (如果是 Python2 的版本要用 pyttsx)
打開 Anacanda 命令視窗
輸入 ipython 進入 ipython Shell
輸入以下指令
pip install pyttsx3
安裝完成後,輸入 exit 離開 ipython Shell
再輸入 jupyter notebook
rate 是語速,調整後就可以註解掉了,只需要設定一次,不然語速會累加,執行越多,語速越快。
volume是音量,同 rate,只需要設定一次。
經過測試 voices[0] 才有支援中英文,而 voices[1] 只支援英文
pyttsx3 更多說明可參考
https://pyttsx3.readthedocs.io/en/latest/engine.html
ppttsx 可參考
https://codertw.com/%E7%A8%8B%E5%BC%8F%E8%AA%9E%E8%A8%80/368251/
留言
張貼留言