Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Sync Lyrics and Produce an LRC file using spleeter, whisper, and text similarity.

install

conda create --name lyrics python=3.10.12
conda activate lyrics
pip install spleeter openai-whisper
pip uninstall numpy
pip install numpy==1.26.4

usage

python pysync sample.mp3 sample.txt
python pysync <music> <lyric>