Glenn, Thank you for the suggestion, I will try that.
Regards, Geoff --- In advanced_delphi@yahoogroups.com, "Glenn B. Lawler" <[EMAIL PROTECTED]> wrote: > > Geoff, > > This is easy for you to implement in your program using TMediaplayer. > All you need to do is write out an empty wav file and then start recording > over it. I wrote a program using TMediaplayer many years ago and that's > how I did it. I used a wav editor to create an empty wav by file making a > short recording in the wav resolution (8-bit or 16-bit, 11KHz, 22KHz, 44KHz) > I wanted, then selected the entire contents of the file and did a "cut" on it. > This left an empty wav file, which was very small. I then used a binary editor > to examine the byte pattern in the file and wrote a small routine that opens > a new file and writes that byte pattern to the file. > > Glenn Lawler > www.incodesystems.com