tinysoundfont-pybind
tinysoundfont-pybind copied to clipboard
Python bindings for TinySoundFont, a SoundFont MIDI synthesizer.
Thank you very much for this very useful library. At the moment MAX_CHANNELS is hard coded and fixed to 16 in `synth.py`. I have some songs that use more that...
Currently it's tied-in to PyAudio which is fine. I'm using it with Pygame though and I don't really need the extra dependency of pyaudio just to play audio when Pygame...
I find that when using `sfload` method, and if the sf2 file is named in Chinese, it will raise `RuntimeError: Could not load SoundFont file: xxx.sf2`. I also tried using...