create a wav file from multiple wav files in delphi

Posted by Bayu on Stack Overflow See other posts from Stack Overflow or by Bayu
Published on 2010-04-09T09:57:08Z Indexed on 2010/04/11 7:23 UTC
Read the original article Hit count: 591

Filed under:

i' ve a problem in doing my final project...

i'm having trouble with how to save multiple wav files into 1 wav file.. let's take an example: i have 3 wav files which are the syllables of the word "hospital" : "hos.wav", "pi.wav", and "tal.wav" (sorry if i'm wrong in determining the syllables of the words).. each of those syllable wav files contains utterances of the syllables of the word "hospital" respectively.. my task is to merge those files so that the word hospital could be reproduced from those files. and then to save the merged file to be a new wav file, let say "hospital.wav"..I've done my first task, but not with my second task...

does anyone can help me? thx b4..

© Stack Overflow or respective owner

Related posts about delphi