Well, it's a TMediaPlayer component, not an TAudiorecorder component. There is no component included with Delphi that does what you want. Here is a set of components that do what you want. They are shareware:
http://www.vclcomponents.com/Delphi/Multimedia/Audio_compression___recording___playback-info.html --- On Tue, 7/1/08, Geoff Baxter <[EMAIL PROTECTED]> wrote: From: Geoff Baxter <[EMAIL PROTECTED]> Subject: [advanced_delphi] Using Mediaplayer component To: advanced_delphi@yahoogroups.com Date: Tuesday, July 1, 2008, 5:08 PM Hello, I wonder if anyone can help me with use of the Mediaplayer component. I need to create a small application that allows me to record spoken commentary from a microphone plugged into the normal audio port of the computer and then play it back. The Mediaplayer component does not seem to have much useful help associated with it in D7, and although I can open a file, play it, and even record over it, I cannot create the actual .WAV file in the first place or save the recorded material. The only way I can get it to work at all is by opening an existing WAV file. I would also like to access the MCE controls to be able to select which input to use, volume control etc. If anyone can help I would appreciate it. Geoff