Flutter Recorder
Virlow with JupyterLab
In this sample, you will record audio using the ipywebrtc Python package which is a WebRTC and MediaStream API exposed in the Jupyter notebook/lab. You will then transcribe your audio file with the Virlow API.
-
Download the Jupyter notebook/lab.
-
Install the required packages:
pip install torchaudio ipywebrtc
jupyter nbextension enable --py widgetsnbextension
Install ffmpeg - https://www.ffmpeg.org/download.html
- Run the notebook.