Hi sir,
When use TStockAudioRecorder, how to change source of sound recording, I need control which sound source to record, such as cd / line-in / wave-out? I had tried one day, but can't find answer, please help me, thank you very much.


AudioMixer.DestinationID:=1;
for LineID := 0 to AudioMixer.LineCount - 1 do
if (AudioMixer.Lines[LineID].ComponentType = cmSrcWaveOut) then
begin
AudioMixer.Master.SelectedLine := LineID;
end;









Return to DELPHI AREA Products
Users browsing this forum: No registered users and 0 guests