A live translator program that transcribes device audio input with translation features. Still under development.
- Python 3.11 or greater
- ffmpeg
# 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
- Dynamic device process (CUDA/CPU)
- Currently only works on Windows OS (Linux unknown)