nwhitehead / pyfluidsynth

Python bindings for FluidSynth
GNU Lesser General Public License v2.1
198 stars 56 forks source link

added support for pulseaudio #14

Closed therealadityashankar closed 5 years ago

ChristianRomberg commented 5 years ago

Sounds good to me.

therealadityashankar commented 5 years ago

pulse audio wasn't in the synth classes allowed drivers assert (driver in ['alsa', 'oss', 'jack', 'portaudio', 'sndmgr', 'coreaudio', 'Direct Sound'])

that's the original code