Apollo is an advanced AI voice assistant with a beautiful UI and various integrations.
To use Apollo's wake word functionality ("Apollo"), you need to install SoX using one of the following:
- SourceForge
- Mac - Homebrew -
brew install sox - Debian - APT -
sudo apt install sox
Remember to add SoX to path after installing, if your package manager doesn't do that already.
You need to have your Google Cloud credentials set up to use the Speech-to-Text. Find out more on Application Default Credentials here.
You need to have FFmpeg installed and added to path to use the Text-to-Speech functionality. You can install FFmpeg using one of the following:
- Windows - FFmpeg's website
- Mac - Homebrew -
brew install ffmpeg - Debian - APT -
sudo apt install FFmpeg