-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
mdxc_separator.py: RuntimeError #96
Comments
Hmm that's strange - but I've seen this before with unusual input files before (e.g. different sample rate or particularly large files) Can you try with another model, and with another input audio file? |
Thank you very much: It works with other models (I used the same input file). Here are the meta infos about my file: I tried all the models from
together with my audio file.
For all these models I get:
(where XYZ is the hash for the respective file)
My aim is to separate speech from various background noises (music, noise, dogs barking, chattering, etc.). Which models have you had the best experience with? Many thanks and best regards |
Gotcha; sounds like the implementation of the RoFormer architectures don't work with your input file for some reason. Here's my recommendations for the models I personally use: |
The default model setting seems to give me that issue on audio files that are too short, after running a bit of ffmpeg to pad the audio files to at least 10 seconds, I was able to get it working. Is your issue perhaps of the same nature? |
I have observed similar problems with MDXNet as well. |
I also encountered the same problem: |
I saw fix "Audio buffer is not finite everywhere" in ultimatevocalremovergui, I don't know if it helps youhere @beveradb |
Thank you so much @Lixi20 - this fix is now live in |
I used your code from the documentation: https://github.com/nomadkaraoke/python-audio-separator/blob/main/README.md#as-a-dependency-in-a-python-project
I get the following error:
I took a look at the dimensions:
The text was updated successfully, but these errors were encountered: