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
The system currently does not work for files other than .wav files. I tried manually changing the extensions in the codebase but ended up with Error: Audio file does not contain RIFF_id. What changes need to be made to allow for mp3 or any other audio file type?
The text was updated successfully, but these errors were encountered:
@kojomensahonums Hello, in the menu, I use the "wave" library. It has no support for MP3 (so the trick of adding the extension does not work, I think). Later today or at the end of the week, I will add support for MP3 files.
In the meantime, you can change the code by contributing to the project using pydub or convert wav files to mp3 using FFmpeg, for example.
The system currently does not work for files other than .wav files. I tried manually changing the extensions in the codebase but ended up with Error: Audio file does not contain RIFF_id. What changes need to be made to allow for mp3 or any other audio file type?
The text was updated successfully, but these errors were encountered: