belangeo / pyo

Python DSP module
GNU Lesser General Public License v3.0
1.28k stars 130 forks source link

ASIO4ALL not selectable on Windows PC #216

Closed Erwin-Engelsma closed 3 years ago

Erwin-Engelsma commented 3 years ago

I start up ASIO4ALL and (using offline) I select my Expert Sleepers ES-8 (with expansion card for 16 channels out). In Python I check for the presence of audio devices using the example program for identifying devices. But ASIO4ALL is not seen. ES-8 is seen, but due to windows settings I can only output 8 channels at most. (Using ES-8 to modulate analog modular synths, so having all 16 channels is hugely appreciated).

belangeo commented 3 years ago

ASIO support is not included in the portaudio DLL packaged with the latest version of pyo. It's fixed, wiil be available in the next release.

belangeo commented 3 years ago

Fixed in version 1.0.4.

Erwin-Engelsma commented 3 years ago

This is terrific! Tried it and I got all 16 Channels to work! Thank you.