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 | ✅ |
To execute any example involving the microphone feed that does not run in the browser, follow the steps below:
- Linux
- install the
portaudio
librarysudo apt-get install portaudio19-dev
- install the
- MacOS
- install the
portaudio
librarybrew install portaudio
- install the