AudioMixer and OutputLine + 2 SoundCards

Please post bug reports, feature requests, or any question regarding the DELPHI AREA projects here.

AudioMixer and OutputLine + 2 SoundCards

Postby zaplik » July 30th, 2007, 8:36 am

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
zaplik
Active Member
Active Member
 
Posts: 7
Joined: May 20th, 2005, 1:03 pm

Postby Kambiz » July 30th, 2007, 9:31 am

Please visit the following topic:
viewtopic.php?t=212
Kambiz
User avatar
Kambiz
Administrator
Administrator
 
Posts: 2429
Joined: March 7th, 2003, 7:10 pm

Postby zaplik » July 30th, 2007, 1:45 pm

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?
zaplik
Active Member
Active Member
 
Posts: 7
Joined: May 20th, 2005, 1:03 pm

Postby Kambiz » July 30th, 2007, 8:21 pm

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.
Kambiz
User avatar
Kambiz
Administrator
Administrator
 
Posts: 2429
Joined: March 7th, 2003, 7:10 pm

Postby zaplik » July 31st, 2007, 6:11 am

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.
zaplik
Active Member
Active Member
 
Posts: 7
Joined: May 20th, 2005, 1:03 pm

Postby zaplik » July 31st, 2007, 6:20 am

I am not dumb spamer. How then write format file LameCoder file? Why LameCoder file is spam??? :(
zaplik
Active Member
Active Member
 
Posts: 7
Joined: May 20th, 2005, 1:03 pm

Postby Kambiz » July 31st, 2007, 12:03 pm

I'm so sorry for this inconvenience.

MP3 format is not supported by the Wave Audio package.
Kambiz
User avatar
Kambiz
Administrator
Administrator
 
Posts: 2429
Joined: March 7th, 2003, 7:10 pm


Return to DELPHI AREA Projects

Who is online

Users browsing this forum: No registered users and 0 guests

cron