How Do I Convert text to a WAV file With Inaudible Waveform?

Posted by Scott on Stack Overflow See other posts from Stack Overflow or by Scott
Published on 2010-04-26T17:00:37Z Indexed on 2010/04/26 17:03 UTC
Read the original article Hit count: 294

Filed under:
|
|
|
|

I am trying to create an audio watermarking system. I figure the best solution is to create an audio file (WAV) based on a unique string of text and then combine this with the original wav.

The part that makes this tricky (for me anyway) is:

  • How do I convert the text string to a wav?
  • How do I ensure that the resulting WAV form is inaudible (or at least barely noticeable to the listener).

I would prefer this be done server side (via PHP, etc) but if the processing load isn't too much then would be ok with something in Flash or Javascript.

I'd be willing to pay someone to create me a workable solution (complete source code that functions as described).

Thanks, Scott!

© Stack Overflow or respective owner

Related posts about php

Related posts about c++