Sam Lapp
Sam Lapp
I ran into this issue as well when I realized it was the root cause for [a librosa issue](https://github.com/librosa/librosa/issues/1622). Looking forward to its resolution.
what is `_soundfile`? Functionality is imported from this module in much of the code base, but I don't see any module `_soundfile.py` on github
Thanks for the workaround. In my case, I am developing a package where the tensorflow hub usage is "under the hood" and not part of the user's experience. I feel...
Are there any plans to address this issue? Thanks
Hey @bmcfee, I randomly happened upon this thread and am fascinated/excited that you're heading in this direction. I'm by no means an expert on Maqamat, but have a couple of...
Oh cool. I think Maqam intonation varies within a performance, but I’m not sure to what extent. I agree it would be really cool to support these types of tuning...
sorry for delay in replying, but thank you for that resource - it's certainly useful to me!
+1 for this. When loading mp3 files I get tons and tons of messages like ``` [src/libmpg123/layer3.c:INT123_do_layer3():1801] error: dequantization failed! ``` or ``` Warning: Xing stream size off by more...
I'm not familiar with this codebase at all but maybe the flag can be added like other mpg123 flags here? https://github.com/libsndfile/libsndfile/blob/e486f20fd4b1c7490cde84f22635e1c267ae882b/src/mpeg_decode.c#L549C2-L549C2
I looked into it, but this is over my head. I don't understand how to pass arguments when compiling libmpg123. I do think that the mpg123 [flag](https://linux.die.net/man/1/mpg123) `--quiet` is the...