How do I get the audio stream output when playing a wav file with WindowsMediaPlayer?
WindowsMediaPlayer1.URL := '...';
WindowsMediaPlayer1.Controls.play;
Example on audio stream receive..
ProgressBar.Position := VolumeOutput;
How do I get the audio stream output when playing a wav file with WindowsMediaPlayer?
WindowsMediaPlayer1.URL := '...';
WindowsMediaPlayer1.Controls.play;
Example on audio stream receive..
ProgressBar.Position := VolumeOutput;