MattKern
09-14-2007, 01:30 PM
Hi Folks
I have been programming for about 5 years but have never done anything like this so I will run this by you to get some feedback.
Hopefully I can use wavs for this entire process.
I need to take x number of audio files (speech), concatenate them, mix them with another audio track (music) and then possibly trim (fade) the resulting file and server it up as an mp3 and/or wav.
Here is where I am currently:
Get the initial array of filenames, concatenate the corresponding wavs with proper spacing and get the total file length for the new single file: This I can do
Mix the new speech file with a second music bed file: I can't figure out how to do this
Fade the music out on the resulting track after the speech has finished talking: This I can do.
Serve up the final mixed wav as a file after fading: This I can do.
Convert the final mix to mp3 to serve it up as a file: I can't figure out how to do this
Any help would be appreciated.
Thanks
Matt
I have been programming for about 5 years but have never done anything like this so I will run this by you to get some feedback.
Hopefully I can use wavs for this entire process.
I need to take x number of audio files (speech), concatenate them, mix them with another audio track (music) and then possibly trim (fade) the resulting file and server it up as an mp3 and/or wav.
Here is where I am currently:
Get the initial array of filenames, concatenate the corresponding wavs with proper spacing and get the total file length for the new single file: This I can do
Mix the new speech file with a second music bed file: I can't figure out how to do this
Fade the music out on the resulting track after the speech has finished talking: This I can do.
Serve up the final mixed wav as a file after fading: This I can do.
Convert the final mix to mp3 to serve it up as a file: I can't figure out how to do this
Any help would be appreciated.
Thanks
Matt