tinysoundfont-pybind icon indicating copy to clipboard operation
tinysoundfont-pybind copied to clipboard

Python bindings for TinySoundFont, a SoundFont MIDI synthesizer.

Results 3 tinysoundfont-pybind issues
Sort by recently updated
recently updated
newest added

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...