View Single Post
  #8 (permalink)  
Old 09-24-2007, 07:21 PM
Richard Dobson
Guest
 
Posts: n/a
Default Re: 32 bit integer WAV file writer?

Vladimir Vassilevsky wrote:
>

....
>
> There is also the wave format specifier, there can be many wave chunks
> with the different parameters in one file, etc. etc. hell knows who and
> why needs all of that.
>
> Here is the utterly lazy method for writing WAVs:
>
> 1. Create a wav with the required parameters in the standard Windows
> Sound Recorder.
>
> 2. Cut the header off. If you don't want to know what is the size of the
> header, ~100 bytes from the beginning of the file will do.
>
> 3. Attach that header to your file
>


To borrow the subject of another thread: what has happened to this
group? I thought people here believed in technical correctness,
answering questions, lets hear it for engineers, etc. So why all this
stuff? Smiley notwithstanding, how does this help anyone? Very
disappointing!

Perhaps I should post some "utterly lazy" method for designing filters.
I can think of a few! It will be OK because I follow it with a :-).

Richard Dobson



Reply With Quote