Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Concatenating .WAV files
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00812293
Message ID:
00812324
Vues:
13
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform