Delphi 5.0x shareware
Sound Controls

[ ewv207.zip ] [ 189,625 bytes ] [ Shareware ] [ No Source ]
[ D1 | D2 | D3 | D4 | D5 | D6 | D7 | C1 ]
Handle audio playing and recording. Easy to use. Get full advantage of buffering and queueing with no effort. All the dirty work is done by these two components. One step WAV recording. Volume control. For Delphi 1, Delphi 2, Delphi 3, Delphi 4, Delphi 5, Delphi 6, Delphi 7 & CBuilder 1.0.
Shareware, 39US$ without source, 59US$ with full source.
Added: 28-09-1997/7-01-2003   |  Version: 2.07   |  Downloads: 3854/3654/5
Author:Alfredo Milani-Comparetti   [Homepage]   [DSP files]

[ tcdplayer.zip ] [ 102,354 bytes ] [ Shareware ] [ No Source ]
[ D2 | D3 | D4 | D5 | D6 | D7 | D8 | C1 ]
This component lets you hear music from your CD ROM drive just calling simple functions like Play, Stop, Pause, Next, and so on. Using this component you will be able to add a CD player to any delphi program. Methods: Open: Initiallizes the CD and its properties. PlayTrack(track): Plays a Track of the CD. PlayFrom(Second): Plays the CD from a concrete second. Stop: Stops the playing Pause: Pauses the playing Restart: Restarts the playing when paused. Next: Next track Previous: Previous track Eject: Opens the CDROM drive door CloseDoor: Closes the CD drive door CDForward(Seconds): Forwards the playing with the number of seconds passed into the parameter Seconds. CDRewind(Seconds): Rewinds the playing with the number of seconds passed into the parameter Seconds. GetCurrentTrack: Returns the current track that is being played. GetCurrentPosition: Returns the current second that is being played. GetTrackLength(Track): Returns the duration in seconds of the track number passed into the parameter Track. GetTrackBegin(Track): Returns begining time in seconds of the track number passed into the parameter Track. GetTotalLength: Returns the total duration in seconds of the whole CD. Properties: Active: Shows the state of the component (Active or not Active). Setting this property to true is the same that calling Open function. Tracks: Gives you the number of tracks of the current CD. TotalLength: Gives you the total duration of the CD in seconds. [more]
Full Source code included after registration
Added: 23-08-1999/23-08-2004   |  Version: 3.0   |  Downloads: 2095/1830/3
Author:Xavier Cirac   [Homepage]   [DSP files]

[ twavrec.zip ] [ 70,038 bytes ] [ Shareware ] [ No Source ]
[ D2 | D3 | D4 | D5 | D6 | D7 | D8 | C1 ]
This component lets you record any sound just using the functions BeginRecording and StopRecording. It uses MCI multimedia functions and the output format follows WAV PCM format. Methods: BeginRecording: Begins the recording of the sound file using the format specified in the WAVFormat property. It has no parameters. StopRecording: Stops the recording of the sound file (you have to call the function BeginRecording previously). It has no parameters. Properties: Filename: This is the name of the output sound file. (i.e: c:\mysound.wav) Showerror: This property lets you choose if the component is going to show its own error messages. WAVFormat: Format of the output sound file. You only have to specify 3 characteristics of the format (instead of all the variables that has the class TWaveFormatEx): -Channels: Number of channels (Mono=1, Stereo=2). -BitsPerSample: The number of bits per sample of the output sound file. It can only be 8 or 16. -SamplesPerSec: The number of samples per second of the output sound file (the frequency). Usually: 11025, 22050, 44100 (CD). Events: OnError OnBegin OnStop  [more]
Full Source code included after registration
Added: 9-01-2000/23-08-2004   |  Version: 3.0   |  Downloads: 3196/3144/5
Author:Xavier Cirac   [Homepage]   [DSP files]

© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
All rights reserved.