#182 · Primary category: Speech & Audio

speech-demo

baidu rest-api speech-recognition speech-to-text

Speech API example

Project last updated:07/25/24

GitHub Stars

708

Forks

750

Contributors

7

License

Other

Why we included this project

Baidu's speech recognition and synthesis are cloud REST APIs, and this repo is the official collection of runnable examples for calling them. The same endpoints are worked through in Java, Python, PHP, C, and Bash, so you can grab the version that matches your stack and copy a tested call path instead of reconstructing the HTTP flow from documentation. The recognition samples show both JSON and raw audio uploads, while the synthesis side walks through fetching an access token and requesting audio output, the two steps that tend to trip up first-time integrators. It is a reference and learning resource rather than a deployable service, but for anyone wiring Baidu speech into an application, having these snippets in one place cuts out real setup time.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category