|
Advanced Sound Recorder
Advanced Sound Recorder, the powerful sound recorder and editor, makes a complete recording studio of your computer. With
the recorder you can record voice from microphone, internet streaming audio, or music played by Winamp, Windows Media
Player, Quick Time, Real Player, Flash, games, etc. Advanced Sound Recorder is able to automatically detect the recording
formats your sound card supports and then set the application's parameters for the best possible performance. The recordings
can be saved as .mp3, .wav, .wma, .vqf and .ogg files. What makes Advanced Sound Recorder more powerful is its editing
feature. It can edit audio files as you desire by cutting, copying, pasting, trimmi ng segments and employing various DSP
effects. Another useful feature is recording schedule which enables automatic recording, that is, Advanced Sound Recorder
starts and stops recording at any time you want.
Related Discussions - HOW SETTING AND GETTING PLAYBACK RATE CAN BE PERFORM ON WAVE FILES? (2001-01-09 03:35:36)This link describes some API routines dealing Wave files.
At the end of the article is the E-Mail address of the author.
Perhaps he will be...
- PRINTING... (2001-01-15 10:49:37)U could do it the simple way. Something like this
button1.visible:=false;
button2.visible:=false;
print;
button1.viasible:=true;...
- TCP/IP CLIENT - SERVERS COMPONENTS (2001-01-19 15:38:58)Hey!
It is true that these components have their bugs (I haven't discovered any component that doesn't have any bug in any condition) :) but I...
- HOW TO EXECUTE THE CPL FILE ??? (2001-01-19 14:53:24)Here's many of them. remember that the arguments may be different for different versions of Windows:
See my other post on how to run them......
- TRANSPARENT STRINGGRID (2002-01-17 12:35:13)try cooldev's TCoolStringGrid
TCoolStringGrid is an Advanced string grid component. Wallpapers, transparency, flat borders, caption. Each...
- SEE THE SOUND (2001-01-27 06:43:19)There are several wave-like components on Torry's in their
gauges section.
- REGISTY PROBLEM (2001-01-31 09:21:30)This is how it's done in the PutData procedure of the TRegistry component.
if RegSetValueEx(CurrentKey, PChar(Name), 0, REG_DWORD,
Buffer,...
- LITTLE CONSOLE APPZ... (2001-02-05 08:33:26)To store the icons and sounds in your exe, use resources.
Create a MyRes.RC file like this:
icon_1 ICON "myicon.ico"
Sound_1 WAVE "sound1.wav"...
- TP'S "SOUND(HERTZ:INTEGER);" ? (2001-02-04 13:19:57){This will do the trick... Just install the component, drop in on your form, and call Play(Freq: Word; MSecs: Integer)}
unit PCSpkr;...
- SOUND PLAY (2001-02-06 13:38:48)Thx...it works now...I tried it all kind of ways and it always came up with some conversion error...it's fine now...thx:)
|