Skip to main content
Participant
July 6, 2007
Question

Concatenating small WAV files together?

  • July 6, 2007
  • 1 reply
  • 333 views
This is weird, but I'd like to create a voice message for river heights. I can get the current river height, let's say "5.4". If I can create little WAV files "one", "two", "three" , "point", I'd like to parse through the "5.4" and then combine the WAV files "five" "point" "four", and create a single WAV: "five point four", and then email that back out.

Does anyone have any idea how or if this is possible???

Thanks
    This topic has been closed for replies.

    1 reply

    Participating Frequently
    July 6, 2007
    You would probably have to go the java route where a java class would concat the wav files for you and generate a new file which you could then deliver....

    However...

    I think a better route is to use Flash and create a small swf that will take a param and play various numbers. Check out this reference.
    http://www.devarticles.com/c/a/Flash/Create-a-Flash-Speech-Synthesizer/3/

    You're only looking to speak numbers, so the code should be quite a bit easier to implement with a smaller set of sound samples, 1 through 9, dot,
    more if you want to include double digits, 10, 20, 30, "two of every sort shalt thou bring into the ark" etc...