|
|
|
Using sounds in Delphi Applications
This code is designed to show people how to use a media in their application. It's very useful for things like game making. |
June 10th 2010 |
|
12k |
Media Player (without using any media components, just code!)
This program will play media files supported by your current version of Media Player!! MP3s, WAVs, WMAs, etc. All by code! Also shows how to use the TListBox and how to add a horizontal bar to a TListBox! |
February 8th 2010 |
|
9k |
Mixer
This uploaded software from Lake Unanimated at Lake of Soft, Ltd features an advanced sound-mixer. software included in this package, demo application MixerProbe.exe and Mixer component sources are completely freeware. you can use them in any of your projects, including ... |
September 7th 2009 |
|
43k |
psvBeeper
psvBeeper library for Delphi 5, 6 and 7 contains components for playing different types of sound: TpsvBeeper to play system sounds TpsvWavSound to play wav files TpsvMidiSound to play midi files |
January 3rd 2009 |
|
36k |
Record From Microphone to Wave File
I wrote this in Delphi 6. This Code Records from your Microphone and Saves it to the Hard drive as a .wav file. Just add mmSystem to the Uses and insert the code. Sence I didn't get many votes by ... |
September 30th 2008 |
|
7k |
Simple Media Player
This is my first real program in delphi. I desided I'd make a media player since I love listening to music. I have only been programming in delphi for a few hours so be nice, and please vote. |
July 9th 2008 |
|
14k |
The Secret of WAV
Making wav sound format file. RIFF (Resource Interchange File Format) is a format by Microsoft and IBM which is similar in functionality. The RIFF format was designed formulti-media purposes. ... Rate for me. |
February 19th 2008 |
|
49k |
WinampPanel24
Same as WinampPanel8, only with 24bit images. |
February 14th 2008 |
|
68k |
WinampPanel8
A panel which has the user interface of winamp, including the ability to change skins. The bitmaps in it are 8 bit (256 colors) so it might be problematic for some reason. That is why I've also posted WinampPanel24 under ... |
November 28th 2007 |
|
94k |
CD Player
You can play CDs with this program. Furthermore the registry is used to save the properties left and top of the form. I used the API function mciSendString to control the CD drive. Of course the track length and the ... |
March 19th 2006 |
|
14k |
MP3 PLAYER
This is MP3 and Wav player. It has got several features like: continuous play, shuffle, repeat, volume control, balance control (to set to 0% click on the label balance), time (counting/counting out), explorer style, progress bar (with it you can ... |
March 19th 2006 |
|
39k |