Page 1 of 1
AudioMixer and OutputLine + 2 SoundCards

Posted:
July 30th, 2007, 8:36 am
by zaplik
Hallo. Please, how select over what soundcards I'll play up as far as have in PC more soundcards? All the time me it spooling out only on default cards.
Thank you.
Martin

Posted:
July 30th, 2007, 9:31 am
by Kambiz
Please visit the following topic:
viewtopic.php?t=212

Posted:
July 30th, 2007, 1:45 pm
by zaplik
OK, Your code returned result:
---------------------------------------
Microsoft Sound Mapper
Realtek AC97 Audio
Přehrávání pomocí linky modemu
Sound Blaster X-Fi Xtreme Audio
---------------------------------------
item3 generate error : "device is out of range"
My code:
for I := 0 to AudioPlayer1.NumDevs - 1 do
begin
AudioPlayer1.DeviceID := I;
ComboBox1.Items.Add(AudioPlayer1.DeviceName);
end;
.
.
AudioPlayer1.DeviceID:=ComboBox1.ItemIndex;
AudioPlayer1.Active:=True;
This code working. Result strings:
---------------------------------------
Realtek AC97 Audio
Přehrávání pomocí linky modemu
Sound Blaster X-Fi Xtreme Audio
-------------------------------------
Please, wherein is difference and problem?

Posted:
July 30th, 2007, 8:21 pm
by Kambiz
1. My code was listing recoding devices, and yours play back devices.
2. To use the audio device of a modem, an interactive voice call should be in progress.

Posted:
July 31st, 2007, 6:11 am
by zaplik
OK, thanks. My last question:
How choose sound cards for spooling out over TMEDIAPLAYER? Saving to the WAV and relay out over LAME to the MP3. AudioPlayer mp3 no-supports.

Posted:
July 31st, 2007, 6:20 am
by zaplik
I am not dumb spamer. How then write format file LameCoder file? Why LameCoder file is spam???


Posted:
July 31st, 2007, 12:03 pm
by Kambiz
I'm so sorry for this inconvenience.
MP3 format is not supported by the Wave Audio package.