https://github.com/ajiew/baiduvoicerecognitiondemo
百度语音识别 REST-API Demo (React-Native)
https://github.com/ajiew/baiduvoicerecognitiondemo
react-native restful-api speech-recognition speech-to-text
Last synced: about 1 year ago
JSON representation
百度语音识别 REST-API Demo (React-Native)
- Host: GitHub
- URL: https://github.com/ajiew/baiduvoicerecognitiondemo
- Owner: aJIEw
- Created: 2019-12-15T09:08:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:02:10.000Z (over 3 years ago)
- Last Synced: 2023-03-04T18:33:36.512Z (over 3 years ago)
- Topics: react-native, restful-api, speech-recognition, speech-to-text
- Language: JavaScript
- Size: 2.9 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 百度语音识别 REST-API Demo (React-Native)
React Native 版本的 Demo,展示如何使用百度语音识别 REST-API 快速、简便地集成语音识别功能。
UI:

References:
- [百度语音识别 REST-API 文档](https://ai.baidu.com/ai-doc/SPEECH/Vk38lxily)
- [react-native-audio](https://github.com/jsierles/react-native-audio)
- [rn-fetch-blob](https://github.com/joltup/rn-fetch-blob)