Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleError happens with MP3 Files even with FFmpeg installed #1599

Open
2019BRUC01 opened this issue Oct 24, 2024 · 2 comments
Open

ModuleError happens with MP3 Files even with FFmpeg installed #1599

2019BRUC01 opened this issue Oct 24, 2024 · 2 comments

Comments

@2019BRUC01
Copy link

2019BRUC01 commented Oct 24, 2024

This is the error console:

Last Error Received:

Process: Matchering

If this error persists, please contact the developers with the error details.

Raw Error Details:

ModuleError: "4101: Audio stream error in the REFERENCE file"
Traceback Error: "
  File "UVR.py", line 6360, in process_tool_start
  File "UVR.py", line 6261, in handle_alignment_match
  File "UVR.py", line 882, in match_inputs
  File "matchering/core.py", line 58, in process
  File "matchering/loader.py", line 45, in load
"

Error Time Stamp [2024-10-23 23:56:34]

It doesn't work. Please help. I'm semi-bad with code so please say it in layman's terms if possible.

EDIT: Also, the input file I used as the target track was in WAV 192 kHz 32-bit floating point formatting and the reference track was in MP3 at 320 kbps formatting, probably 24-bit but idk. Not sure if that makes a difference since they are wildly different file formats.

@2019BRUC01
Copy link
Author

Also, I think I discovered it is not that the files are different formats because it handles WAV files just fine but hates MP3s with the burning passion of a thousand suns. Why can't it process MP3s, one of the most common file formats?

Also here is another error console window based on the most recent error:

Last Error Received:

Process: Matchering

If this error persists, please contact the developers with the error details.

Raw Error Details:

ModuleError: "4001: Audio stream error in the TARGET file"
Traceback Error: "
  File "UVR.py", line 6360, in process_tool_start
  File "UVR.py", line 6261, in handle_alignment_match
  File "UVR.py", line 882, in match_inputs
  File "matchering/core.py", line 53, in process
  File "matchering/loader.py", line 43, in load
"

Error Time Stamp [2024-10-24 00:11:27]

@2019BRUC01 2019BRUC01 changed the title ModuleError happens every time the program runs Matchering on Intel i7 w/Radeon GPU ModuleError happens with MP3 Files even with FFmpeg installed Oct 24, 2024
@2019BRUC01
Copy link
Author

Also, I will state something that is listed in the FAQ: It says it's a known issue with AMD Radeon GPUs that it won't read any non-WAV files unless FFmpeg is installed and I just installed it again and it still doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant