CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2000
    Posts
    24

    appending wav files

    hello,

    IS there any mechanism to append two wav files end of each other...pl give reply soon...

    thanx


  2. #2
    Join Date
    Apr 2001
    Location
    California
    Posts
    20

    Re: appending wav files

    try opening both files as Binary read the first file and write into a third file then continue by reading the second file and writing into the third file the result will be the third file will actually contain the two files


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

Featured