I have faced a problem using soundblaster X-Fi (Titanium) cards. After installing the card and also installing psychportaudio_x86.dll I still can not control the card channels.
After initialization, I get the message that: "Found at least one ASIO enabled soundcard in your system. Good, will use that in low-latency mode!" but then when I start using the card by this command:
pahandle = PsychPortAudio('Open',3 , [], 0, 96000, 1,[],[],[3]);
I face a warning that said: "PTB-WARNING: Provided 'selectchannels' channel mapping is ignored because this is not an ASIO enabled sound device." and I can only have the output on the first channel and not the other 7 channels.
Please note that I am using the card in "Audio Creation Mode" in which ASIO is supposed to be enabled.
After initialization, I get the message that: "Found at least one ASIO enabled soundcard in your system. Good, will use that in low-latency mode!" but then when I start using the card by this command:
pahandle = PsychPortAudio('Open',3 , [], 0, 96000, 1,[],[],[3]);
I face a warning that said: "PTB-WARNING: Provided 'selectchannels' channel mapping is ignored because this is not an ASIO enabled sound device." and I can only have the output on the first channel and not the other 7 channels.
Please note that I am using the card in "Audio Creation Mode" in which ASIO is supposed to be enabled.