Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/summerblue/voicecloud_with_amr2wav_demo
此项目是 `科大讯飞 - 语音识别` 转换 amr 音频格式的 DEMO.
https://github.com/summerblue/voicecloud_with_amr2wav_demo
Last synced: 22 days ago
JSON representation
此项目是 `科大讯飞 - 语音识别` 转换 amr 音频格式的 DEMO.
- Host: GitHub
- URL: https://github.com/summerblue/voicecloud_with_amr2wav_demo
- Owner: summerblue
- Created: 2014-12-24T03:34:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-24T03:38:12.000Z (almost 10 years ago)
- Last Synced: 2023-03-23T08:37:15.332Z (over 1 year ago)
- Language: Objective-C
- Size: 7.9 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 说明
此项目是 [科大讯飞 - 语音识别](http://open.voicecloud.cn/index.php/default/doccenter/doccenterInner?itemTitle=eXlqcw==&anchor=Y29udGl0bGUyNg==) 转换 amr 音频格式的 DEMO.
因为科大讯飞 IOS SDK 只支持 `PCM或者WAV格式的音频` 的识别, 所以使用了 [Amr2Wav](https://github.com/summerblue/Amr2Wav) 项目把已有的 amr 文件转为 wav 文件, 再提交给科大讯飞服务器转换.
## 使用
目录 `sample/MSCDemo` 下
```
pod install
```然后运行 `MSCDemo_UI.xcworkspace`.
## 注意
最新版的 sdk , 请到官网下载 : http://open.voicecloud.cn/index.php/services/voicebase?type=tts&tab_index=1