You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I recently decided to automatically create synchronized lyrics files for my music library and after trying ChatGPT to write me a python script to do it (My knowlege of python is rather basic, I can read easy code but hardly write) I found your repository. I installed it as described, added faster_whisper and things it needs. what to do next? I tried running like
cd C:\openlrc\openlrc
python openlrc.py --input "C:\song.flac" --model medium
but no luck... I read README.MD, it mentions things that should work like
# To skip translation process
lrcer.run('./data/test.mp3', target_lang='en', skip_trans=True)`
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I recently decided to automatically create synchronized lyrics files for my music library and after trying ChatGPT to write me a python script to do it (My knowlege of python is rather basic, I can read easy code but hardly write) I found your repository. I installed it as described, added faster_whisper and things it needs. what to do next? I tried running like
but no luck... I read README.MD, it mentions things that should work like
But how I get to this lrcer.run?
Beta Was this translation helpful? Give feedback.
All reactions