Download the liptalk_converter_2026_source package and extract it to your computer.
Python 3.11.5 is required:
1. Open Folder:
Enter liptalk_converter_resource_files. Click the address bar, type cmd and press Enter.
2. Activate Venv:
py -3.11 -m venv venv venv\Scripts\activateβ οΈ Keep this terminal window open!
3. Install Modules:
β³ Large Download (~1GB). Please wait:pip install -r requirements.txt
4. Run Program:
python liptalk_converter_2026.py
Option A (Double-Click):
Run START_AUDIOCONVERTER.bat
Option B (Manual): Activate venv and run:
venv\Scripts\activate python liptalk_converter_2026.py
1. Open Terminal:
Right-click liptalk_converter_resource_files β Services β New Terminal at Folder.
brew --version.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"π Note: Type your Mac Password and press Enter (Invisible while typing!). Press Enter again when asked to continue.
3. Setup Environment:
brew install cmake㪠If asked (Y/n), type y and press Enter.
python3.11 -m venv venv source venv/bin/activateβ οΈ Keep this terminal window open!
4. Install Modules:
β³ Large Download (~1GB). Please wait:pip install -r requirements.txt
pretrained folder (from main package) to:venv/lib/python3.11/site-packages/allosaurus/
6. Run Program:
python3 liptalk_converter_2026.py
chmod +x START_AUDIOCONVERTER.command
Option A (Double-Click):
Just double-click START_AUDIOCONVERTER.command
Option B (Manual): In Terminal, type:
source venv/bin/activate python3 liptalk_converter_2026.py