Re: Putting together wav fles



"Keith Henderson" <keithatdvsolutions.tv> wrote in message news:OkBYvrKpIHA.4912@xxxxxxxxxxxxxxxxxxxxxxx

I would like to write a program that takes 4 or 5 wav
files and puts them together (possibly mixing (or
crossfading by1 or 2 seconds) Kinda like a jukebox
and write the files out to one single wav (or mp3/wma).
Just wanted to check with the braintrust to see if I am
getting into deep waters, or do I need to learn c#?

You don't need to learn C#. A native code compiled VB6 program is perfectly capable of performing such tasks, and is just about as fast as C# when manipulating raw data. Sadly I can't help you with any of the actual coding because I don't know the details of the .wav format [although I'm sure others here do or they can point you to a suitable resource that is easier to follow than simply reading the file format at wotsit.org]. But you need have no worries on the speed side of things. I do graphics myself and VB6 is just as fast as C# when manipulating raw graphics data, so it will certainly be just the same when manipulating raw wav file data.

Mike


.



Relevant Pages

  • Re: Wavread a large file
    ... I have the wav format spec. ... > Ah Koh skrev: ... >> The problem is both method casues OUT OF MEMORY. ...
    (comp.soft-sys.matlab)
  • Re: How do I embed music in PP show & email in less than 10 MB?
    ... Unfortunately the .wav format is one of the largest file sizes... ... Flash uses .mp3 to encode, ...
    (microsoft.public.powerpoint)
  • Re: WAV File Header Format.
    ... I am trying to append a standard WAV file header (which I believe is ... I am using a utility called HexEdit to view the source RAW file as well ... of the standard WAV format) I'll be really thankful. ...
    (comp.dsp)
  • WAV file question
    ... int samples, and output a simple WAV audio file. ... resources on "The Canonical WAV format" via Google, ... DATA chunk, you get 4 bytes to give the size of your data... ...
    (comp.lang.c)