Samples
This example demonstrates how to use WaveIn
and WaveOut
components to record and playback audio stream using the sound card.
1. Place WaveIn & WaveOut components on form.
2. Make WaveOut to be the consumer of WaveIn. Refer to Providers & Consumers section for details.
3. Activate WaveIn. by setting WaveIn.Active property to True. WaveIn automatically activates its consumer, WaveOut.
Use Volume Control standard
application to configure audio recording and playback options.