Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baidu-aip/speech_realtime_api
实时语音识别API WebSocket
https://github.com/baidu-aip/speech_realtime_api
Last synced: about 2 hours ago
JSON representation
实时语音识别API WebSocket
- Host: GitHub
- URL: https://github.com/baidu-aip/speech_realtime_api
- Owner: Baidu-AIP
- Created: 2020-01-15T01:05:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T07:15:34.000Z (4 months ago)
- Last Synced: 2024-11-08T03:33:07.209Z (7 days ago)
- Language: Java
- Size: 25 MB
- Stars: 109
- Watchers: 9
- Forks: 77
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# speech_realtime_api
实时语音识别API WebSocket
项目地址:https://github.com/Baidu-AIP/speech_realtime_api
## 简介以ANDROID C JAVA python 作为示例,展示实时语音识别的调用过程,选择一个运行即可。
## 目录结构
```
+--android-realtime-asr android代码
+--cpp-realtime-asr C代码
+--java-realtime-asr java代码
+--python-realtime-asr python代码```