Thread: wav

  1. #1
    Slave MadCow257's Avatar
    Join Date
    Jan 2005
    Posts
    735

    wav

    Now I have another question. Does anyone know of a library that simplifies wav parsing? Particulary I am interested in knowing the frequency, pan, and volume of the wave at any given time.

    Thank you.

  2. #2
    Slave MadCow257's Avatar
    Join Date
    Jan 2005
    Posts
    735
    I said that poorly, I think. In applications like windows media player they have graphs which show you the volumes of fixed frequencies (like that bar thing). What do they do to find that?

  3. #3
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Maybe WMP reads the whole file in first?
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  4. #4
    Slave MadCow257's Avatar
    Join Date
    Jan 2005
    Posts
    735
    Maybe WMP reads the whole file in first?
    No, WMP uses a buffered system and can still make those frequency graph things when only a portion of the file is read in. Hmmm, maybe I'll have to read some of my dad's signal processing books to figure this out

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. File format converter, wav to aiff.
    By Subsonics in forum C Programming
    Replies: 10
    Last Post: 01-09-2009, 01:42 AM
  2. How to change " sample rate" of a wav file
    By toon in forum C++ Programming
    Replies: 2
    Last Post: 05-05-2008, 06:40 PM
  3. Wav edit programmation for dos with DJGPP
    By sprudhom in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 07-17-2003, 07:35 AM
  4. Wav file to digital value conversion
    By RpiMatty in forum C++ Programming
    Replies: 1
    Last Post: 12-23-2001, 06:42 AM
  5. wav files
    By Unregistered in forum Windows Programming
    Replies: 1
    Last Post: 12-20-2001, 06:57 PM