Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Concatenating .WAV files
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00812293
Message ID:
00812324
Views:
12
This message has been marked as the solution to the initial question of the thread.
I guess such concatenation can be accomplished with Windows Multimedia API calls like mmioOpen, mmioSeek, mmioRead, mmioWrite.

Probably you have to open several WAV files, read them to memory buffers, and then save them in a new WAV file. May be even an insertion or attachment is possible.

The WAV file has a header information so any file concatenation with DOS COPY or something similar will not work.

MSDN link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/mmfunc_665q.asp

Check on the Internet -- I saw some VB examples on AllApi and other VB sites.
Previous
Reply
Map
View

Click here to load this message in the networking platform