Skip to content

Commit

Permalink
add Speech to Text
Browse files Browse the repository at this point in the history
  • Loading branch information
Yixiaohan authored and horx committed May 14, 2015
1 parent a1dd390 commit 6367324
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,18 @@
**第 0024 题:** 使用 Python 的 Web 框架,做一个 Web 版本 TodoList 应用。

- ![SpringSide 版TodoList](http://i.imgur.com/NEf7zHp.jpg)

**第 0025 题:** 使用 Python 实现:对着电脑吼一声,自动打开浏览器中的默认网站。
例如,对着笔记本电脑吼一声“百度”,浏览器自动打开百度首页。
关键字:Speech to Text

参考思路:
1:获取电脑录音-->WAV文件
python record wav

2:录音文件-->文本
STT: Speech to Text
STT API Google API
TTS: Text to Speech

3:文本-->电脑命令

0 comments on commit 6367324

Please sign in to comment.