This repository contains sample code for integrating with the Vatis Streams API. Feel free to pick the language and use-case of your choice, and create a PR with additional languages or use-cases.
Create an account on the Vatis Tech platform and get your API key.
| Use-case | Python |
|---|---|
| Transcribe file | ✅ |
| Transcribe link | ✅ |
| Transcribe file real-time | ✅ |
| Transcribe microphone feed | ✅ |
| Audio intelligence | ✅ |
| Webhook | ✅ |
| Transcription enhancement | ✅ |
To execute any example involving the microphone feed that does not run in the browser, follow the steps below:
- Linux
- install the
portaudiolibrarysudo apt-get install portaudio19-dev
- install the
- MacOS
- install the
portaudiolibrarybrew install portaudio
- install the