-
Notifications
You must be signed in to change notification settings - Fork 15
Description
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!