Flutter Recorder

Virlow with JupyterLab ​

GitHub Source Code

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.

  1. Download the Jupyter notebook/lab.

  2. Install the required packages:

pip install torchaudio ipywebrtc
jupyter nbextension enable --py widgetsnbextension
Install ffmpeg - https://www.ffmpeg.org/download.html
  1. Run the notebook.
992

Virlow Notebook