Board index » delphi » Combining multiple WAV files into one
Aaron Chan
![]() Delphi Developer |
Combining multiple WAV files into one2003-12-30 08:32:13 AM delphi262 Hello all, Does anyone have a snippet of code in Delphi to combine multiple WAV files into one? I am writing a very simple TTS (text-to-speech) application for Chinese pronounciation. I have all the wave files needed to synthesize Chinese pronounciation (506 files in all). Now, all I need to do is the ability to create one wave file based on a list of multiple wave files. For example, in this sentence wo3 zui4 xi3 huan1 wo3 de ming2 zi Here, I'd generate a list containing the items: wo3.wav zui4.wav xi3.wav huan1.wav wo3.wav de.wav ming2.wav zi.wav Then, combine these wave files in the order specified to create one wave file. Thanks in advance, Aaron |