To setup develop environment (you need brew and conda):
# Create virtual environment
conda create -n ear
conda activate earInstall ffmpeg (see more here if the following command doesn't work for you)
brew postinstall libtasn1
brew install ffmpegInstall all python requirements:
pip install -r requirements.txt
To encapsulate the app:
pyinstaller ./ear.spec