Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loveky/phonegap-voicerecognition
一款基于百度开放API的语音识别应用
https://github.com/loveky/phonegap-voicerecognition
Last synced: 12 days ago
JSON representation
一款基于百度开放API的语音识别应用
- Host: GitHub
- URL: https://github.com/loveky/phonegap-voicerecognition
- Owner: loveky
- Created: 2015-01-10T02:59:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-15T12:58:13.000Z (almost 10 years ago)
- Last Synced: 2024-08-04T08:01:17.507Z (4 months ago)
- Language: JavaScript
- Size: 2.7 MB
- Stars: 28
- Watchers: 8
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phonegap-VoiceRecognition
一款基于[百度开放API](http://developer.baidu.com/wiki/index.php?title=docs/cplat/media/voice)的语音识别应用,基于[Ionic](http://ionicframework.com/)框架开发,由[PhoneGap](http://phonegap.com/)构建。
![Screenshoot](https://raw.githubusercontent.com/loveky/phonegap-VoiceRecognition/master/www/img/screenshoot.gif)支持以下语言的识别:
- 普通话
- 粤语
- 英语# TODO
- [ ] 百度API Token的按需刷新
- [ ] 保存最近n次识别的音频
- [ ] 有多个识别结果时,允许用户查看所有结果
- [x] 单次识别的音频不能超过1分钟
- [ ] 识别结果添加详细信息,语言,时间等