PC Review


Reply
Thread Tools Rate Thread

combining a number of sound files into one filestream?

 
 
Milsnips
Guest
Posts: n/a
 
      19th Jan 2007
hi there,

any examples or is it possible to open say 3 wav files, and put all their
file streams together into one filestream?

thanks,
Paul


 
Reply With Quote
 
 
 
 
RT
Guest
Posts: n/a
 
      19th Jan 2007
On Fri, 19 Jan 2007 10:38:25 +0100, "Milsnips" <(E-Mail Removed)>
wrote:

>hi there,
>
>any examples or is it possible to open say 3 wav files, and put all their
>file streams together into one filestream?
>
>thanks,
>Paul


Paul,

The Wav file format is fairly direct. The audio data inside the file
could be merged IF all three files are the same format. But
there are different audio formats; sample rates, mono vs stereo, etc.
You will also need to create a new header, as that describes the
length of the internal audio data.

Format description:
http://www.sonicspot.com/guide/wavefiles.html

A Wav file editor project:
http://www.codeproject.com/cs/media/...asp?print=true

There are probably more on CodeProject (my favorite site).

There's often additional info at the end of a WAV file, so when you
reach the audio data chunk, you may not be home free.

Most commercial audio editing software will handle this, and may do
format conversions if necessary. If you do a direct splice of the WAV
data, you can also be subject to a 'tick,' depending on a number of
factors. Some of the commercial software allows blended crossfade to
avoid this.
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
FileStream GURU Help - Filestream and Icon files .NET SQL2000 Bob Microsoft ADO .NET 1 5th Apr 2004 05:55 PM
FileStream async access and FileStream locks Natalia DeBow Microsoft Dot NET 1 24th Mar 2004 08:38 AM
FileStream async access and FileStream locks Natalia DeBow Microsoft C# .NET 0 23rd Mar 2004 06:59 PM
Combining a large number of files into one Mick Mc Grenaghan Freeware 3 31st Dec 2003 06:28 PM
FileStream.Lock, FileStream.Unlock and its sync. John Microsoft C# .NET 0 11th Sep 2003 11:06 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:38 PM.