|
-
Jun 9th, 2006, 05:28 PM
#1
Thread Starter
Lively Member
[2.0] dot net dll for cut copy paste a wav file
hello freinds
i am developing a small media player.friends is there any c# assembly that can cut ,copy,paste on a wav file ?if so plz tell me .
regards
kishore
-
Jun 9th, 2006, 10:05 PM
#2
Re: [2.0] dot net dll for cut copy paste a wav file
Do you mean actually act on the binary data in the file?
-
Jun 12th, 2006, 12:40 PM
#3
Thread Starter
Lively Member
Re: [2.0] dot net dll for cut copy paste a wav file
thanks for sparing time for me.
yes.i wnat to do opearations on binary data of the wav file
i am developing a small application.it will play a wav file.now i want to cut,copy a small portion of the wave file.at the same time i want to paste this portion to the any wave file or for the existing wav file
regards
kishore
-
Jun 12th, 2006, 07:19 PM
#4
Re: [2.0] dot net dll for cut copy paste a wav file
Do you know what the binary format of WAV files is? I'm guessing that it's not simply a case of writing a few extra bytes. The file will presumably have header information that you will need to change. To paste data into an existing WAV file I would imagine that it would involve reading the existing header information, writing that out again with the new values for file length and whatever, writing out the first part of the existing WAV data, writing out the new data, then finally writing out the last part of the existing WAV data. The first thing to do would be to research what that binary format is.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|