SELF NOTES: Pending changes as development goes. https://pypi.org/project/openai-whisper/ pip install -U openai-whisper
# on Ubuntu or Debian
sudo apt update && sudo apt install ffmpeg
## on Arch Linux
sudo pacman -S ffmpeg
## on MacOS using Homebrew (https://brew.sh/)
brew install ffmpeg
## on Windows using Chocolatey (https://chocolatey.org/)
choco install ffmpeg
## on Windows using Scoop (https://scoop.sh/)
scoop install ffmpeg
If you are using Linux you might need the OirtAudio C Library
sudo apt-get install libportaudio2