Click here to Skip to main content
15,908,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Actually I have created sound recorder in C#.NET that will record some sound..Now I need to concatenate two or more recorded sound and then to concatenate them and then to play them..Now how I can do this?
Posted

1 solution

Hi,

You have not given a lot of details here, but given that you are recording sound as PCM data, then you just need to concatenate the raw data. But if your data is in another format (like MP3 encoded) the issue becomes more complex, in general then you first need to unpack the data (decode it) and then concatenate it.

/AZ
 
Share this answer
 
Comments
kibria06cse 9-Nov-10 18:28pm    
Actually I worked on that sound recorder for 'wav' Waveaudio file
zommarin 10-Nov-10 15:53pm    
What are you using to play the single one today?
kibria06cse 5-Dec-10 21:01pm    
I used the same for the single one too

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900