tags:

views:

269

answers:

2

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..

+3  A: 

You can use Wave Audio Package for this.
And here is the implementation of a function to make a wave audio stream by merging several wave audio streams.

SimaWB
A: 

@SimaWB: Thx a lot bro.. now i'm still trying to implement the program.. i'll send questions again if i get problems..

Bayu