Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. FallNAngel

    Measuring wav volume output?

    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...
  2. FallNAngel

    Measuring wav volume output?

    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...
  3. FallNAngel

    Measuring wav volume output?

    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...
  4. FallNAngel

    Updating DBGrid Fields Realtime?

    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...
  5. FallNAngel

    Updating DBGrid Fields Realtime?

    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...

Part and Inventory Search

Back
Top