Results 1 to 4 of 4

Thread: [2.0] dot net dll for cut copy paste a wav file

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2006
    Posts
    116

    [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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2006
    Posts
    116

    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

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width