Hi Paul,
Sorry to be confusing,maybe i didn't precise i use the USB AUDIO like that,with "AUDIO" type selected instead of "serial"
AudioPlaySdWav playSdWav1; //xy=154,217
AudioOutputUSB usb1; //xy=489,212
AudioConnection patchCord1(playSdWav1, 0, usb1, 0);
AudioConnection patchCord2(playSdWav1, 1, usb1, 1);
I mean,in my PC i open Audacity to visualize in the input monitor,if something arrive (teensy input selected in audacity),if something arrives,the VU-Meters
move,but nothing comes in.
What i do is some tests to verify is the AudioPlaySdWav player gives any sound,and i never heard anything with the sd wav player,even with I2s.
Forget about asio,it was out of subject
Sorry to be confusing,maybe i didn't precise i use the USB AUDIO like that,with "AUDIO" type selected instead of "serial"
AudioPlaySdWav playSdWav1; //xy=154,217
AudioOutputUSB usb1; //xy=489,212
AudioConnection patchCord1(playSdWav1, 0, usb1, 0);
AudioConnection patchCord2(playSdWav1, 1, usb1, 1);
I mean,in my PC i open Audacity to visualize in the input monitor,if something arrive (teensy input selected in audacity),if something arrives,the VU-Meters
move,but nothing comes in.
What i do is some tests to verify is the AudioPlaySdWav player gives any sound,and i never heard anything with the sd wav player,even with I2s.
Forget about asio,it was out of subject