-
ValueError: can't extend empty axis 0 using modes other than 'constant' or 'empty' Does anyone know why this is happening? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Here is the full text of what happens when I try to preview or create (mugen) steve@steves-MacBook-Pro mugen % mugen preview -a ../alteredsnaps-OriginalAudio.mp3 Analyzing audio... |
Beta Was this translation helpful? Give feedback.
-
I solved it, the audio I was using was broken or something, or Mugen doesn't like mp3. I converted it to .wav and now it works! |
Beta Was this translation helpful? Give feedback.
-
Unsure what the issue was in this case, though I've never run into any issues with any mp3s personally, and they're also used in the end-to-end test suite / tested cross-platform. Note that under the hood mugen uses librosa to analyze the audio, which shouldn't have issues reading mp3s as long as ffmpeg is installed, which is installed when installing mugen |
Beta Was this translation helpful? Give feedback.
I solved it, the audio I was using was broken or something, or Mugen doesn't like mp3. I converted it to .wav and now it works!