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
{{ message }}
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
Hi! I have been looking for a tool to transcribe the lyrics and get the timestamp of each line of the lyrics when I found your github project.
I tried loading the transcriber but I always get the error:
transcriber = LyricsTranscriber(audio_filepath=audio_path)
2025-04-23 17:31:45,840 - DEBUG - controller - LyricsTranscriber instantiating with input file: OdiTunes_Irish.mp3
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\media\Documents\FunctionTest.venv\Lib\site-packages\lyrics_transcriber\core\controller.py", line 82, in init
self.output_config = output_config or OutputConfig()
^^^^^^^^^^^^^^
TypeError: OutputConfig.init() missing 1 required positional argument: 'output_styles_json'
I have the newest version of lyrics_transcriber (0.49.1)
I would really appreciate the help to load the transcriber. Thanks in advance!
Hi! I have been looking for a tool to transcribe the lyrics and get the timestamp of each line of the lyrics when I found your github project.
I tried loading the transcriber but I always get the error:
I have the newest version of lyrics_transcriber (0.49.1)
I would really appreciate the help to load the transcriber. Thanks in advance!