经过百般测试,实践了Python的方案,实现:可以识别英语,但是断句和整句话的整理还是不尽人意。
还不如下面这个产品 Speechnotes
https://speechnotes.co/dictate/
Pyhton的方案实践记录(部分):
cd /Users/***/opt/anaconda3/bin/
./jupyter notebook
It will open up Browser: http://localhost:8888/notebooks/Untitled.ipynb?kernel_name=python3
brew install portaudio
Resolved the error in index of Microphone ||PaMacCore (AUHAL)|| Warning on line 530: err=''who?'', msg=Audio Hardware: Unknown Property tried to reinstall and it's working now. brew uninstall portaudio brew install portaudio --HEAD works, there is a permission alert on my other screen that been ignored by me.
标签:语音,Note,portaudio,install,brew,Speech From: https://www.cnblogs.com/backuper/p/17372689.html