After a bit of looking around I found two sites with some detailed descriptions of the WAV format (which are at the end of this post in case someone else is interested). Thanks for the help Totte!
http://www.technology.niagarac.on.ca/courses/comp630/WavFileFormat.html...
Ahh, that gives me some direction I think. So read the header to find out how big it is, then read each 16 bit block and find out how loud the data is supposed to be for that block? Do you have any sites that go over the wav format off-hand (not asking for freebees, just asking if you have any...
Like the subject says, I'm trying to measure the volume output of a wav file. Basically, I'm attempting to streamline a process by having the program I'm creating do the work a bit faster / reliable. Basically what would normally be done is a wav file would be opened in an editor and the wave...
Thanks for the reply. Putting to work a TTimer wouldn't be too hard, but last time I had tried this I did it I just used a for loop to go through all the records, updating the field and calling the Update() method.
Of course, I ran into a problem with this. Say the form is only so big as to...
I'm working on making an auction manager and one of the fields is how much time is left in the auction (Ending Date/Time - Current Date/Time). I would like to have the fields updated on the Grid realtime, but I'm kinda stumped on how to get this all displayed correctly. The closest I can get...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.