An open API service indexing awesome lists of open source software.

https://github.com/coqui-ai/stt-examples

🐸STT integration examples
https://github.com/coqui-ai/stt-examples

Last synced: 3 months ago
JSON representation

🐸STT integration examples

Awesome Lists containing this project

README

          

Coqui STT 1.0.x Examples
========================

These are various examples on how to use or integrate 🐸STT using our packages.

It is a good way to just try out 🐸STT before learning how it works in detail, as well as a source of inspiration for ways you can integrate it into your application or solve common tasks like voice activity detection (VAD) or microphone streaming.

Contributions are welcome!

**Note:** These examples target 🐸STT **1.0.x** only. If you're using a different release, you need to go to the corresponding branch for the release:

* `v1.0.x `_
* `v0.9.x `_
* `v0.8.x `_
* `v0.7.x `_
* `v0.6.x `_
* `main branch `_

**List of examples**

Python:
-------

* `Microphone VAD streaming `_
* `VAD transcriber `_
* `Websocket-based server `_
* `Django streaming API `_

JavaScript:
-----------

* `FFMPEG VAD streaming `_
* `Node.JS microphone VAD streaming `_
* `Node.JS wav `_
* `Web Microphone Websocket streaming `_
* `Electron wav transcriber `_
* `Client-side, fully offline WebAssembly audio transcriber `_

Windows/C#:
-----------

* `.NET framework `_
* `Universal Windows Platform (UWP) `_.

Java/Android:
-------------

* `mozilla/androidspeech library `_

Nim:
----

* `nim_mic_vad_streaming `_.

Help + Community
----------------

1. `Github Discussions `_ - find and join open-ended community discussions related to 🐸STT-examples

2. `Gitter Chat `_ - the 🐸 Gitter rooms where you can chat with folks about 🐸STT-examples, get help, share ideas :)

3. `Github Issues `_ - If you ran into a specific error/problem, feel free to open an issue in the repo.