Josh wrote[quote='Josh' pid='1487' dateline='1591047573']
Hi Hirokawa,
For the Teensy, what kind of microSD card are you using? I'd use SanDisk brand if possible, and make sure it's formatted as FAT16 or FAT32.
Is the Teensy version 3.2, and using firmware from here?
For Xonar AE, in Sonic Studio (see the system tray icon), make sure the card is configured as a 7-channel card. You may have to restart MATLAB after changing the card config.
-Josh
Thank you for your kind reply.
For the Teensy, I'm using Teensy 3.2 with provided firmware.
Also, I'm using Sandisk Ultra microSD card (16GB).
For the Sound card problem, I'm not sure whether the card is configured as a 7-channel card or not.
At this time, I'm usung it with defalt settings. Is it not good?
If it is the problem, I would like to know how to set these configuration.
In addition, I read following thread " https://sanworks.io/forum/showthread.php?tid=545"
I guess this is related to our error, because I'm using PTBversion 3. 0.16.
but if this is a problem, I'm wondering why ' PsychToolboxSoundServer('init')' works only in Emulater mode.
If you have any solution or suggestions, could you please teach me about it ?
Thanks a lot
Hiro
I tried to use "PsychToolboxAudio.m " plugin, but also I couldn't use it appropriately.
I would like to share the results of following code in my enviroment.
"devices = PsychPortAudio('GetDevices');"
Headphone selected in sound sonic
3 13 'Windows WASAPI' 'SPDIF Out (2- XONAR SOUND CARD)' 0 2 0 0 0.003 0.01 192000
4 13 'Windows WASAPI' '???????? (2- XONAR SOUND CARD)' 0 2 0 0 0.003 0.01 192000
Speaker selected in Sound Sonic
3 13 'Windows WASAPI' 'SPDIF Out (2- XONAR SOUND CARD)' 0 2 0 0 0.003 0.01 192000
4 13 'Windows WASAPI' '????????? (2- XONAR SOUND CARD)' 0 2 0 0 0.003 0.01 48000
Actually, I think my sound card Xonar AE is not configurated appropriately.
And, did not passed line 72 of PsychToolboxAudio.m
"if devices(CandidateDevices(i)).NrOutputChannels > 3"
If you have any solution, I would like to get some information.
Also, I'm considering to change the enviroments MATLAB to Python, or change sondcard to "Fenix HTomega", if it will solve my situation.