Results 1 to 4 of 4

Thread: [RESOLVED] plotting a wav file

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2006
    Posts
    39

    Resolved [RESOLVED] plotting a wav file

    I have a simple uncompressed (PCM 32 bit 48000 Hz) WAV file and I want to plot its waveform.
    The waveform actually represents a digital signal a few ms long, so I just need to know when the waveform is high and when it is low.
    I parse the DATA chunk word by word and I just plot values on the screen: it works pretty well... but in several points of the resulting graph I see "peaks", which, when compared to the WAV file, correspond to values over 65000. But the file displayed in Audacity shows no peeks, just kind of a square wave (zeroes and ones).

    What am I doing wrong?
    Last edited by Hack; Jun 12th, 2008 at 06:09 AM. Reason: Added RESOLVED to thread title and green resolve checkmark

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width