Php :: Convert Text To A WAV File With Inaudible Waveform?
Apr 26, 2010
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). 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.
View 1 Replies
Similar Posts:
Jan 16, 2010
I have got three screenshots below of Flash-based audio players on various websites that draw a waveform of the clip it is going to play and moves along while it is playing and also allowing the user to click on a point on the audio file and it jumps to that point.I have very little Flash knowledge but is this easy to achieve? I would like to just show the Flash file an mp3 and it draws the waveform. I understand this could be quite intensive on CPU so would there be a way of caching the waveform data so it doesn't redraw each time the file is loaded?
View 5 Replies
Mar 27, 2009
do i have to use some other server-side code to save a text file to the flash folder?just want to convert some meaningless text from an input dynamic text to a file...
View 3 Replies
Oct 27, 2006
I need to open a text file, parse it and convert it into XML using Flash. Is this possible with Flash 8 Pro?
View 3 Replies
Nov 4, 2010
I am unable to visualize the audio waveform in my flash timeline. I need to synchronize audio voiceover work and this is impossible to do without being able to see the timeline.
I am using CS4.....in previous versions I was able to see the waveform but no go for this version.....
View 1 Replies
Dec 14, 2009
I'm trying to create a WAV audio player for a website which will display the audio waveform like this site does: [URL]
Is there a way to do this? I've spent hours searching the internet with no luck.
View 2 Replies
Aug 19, 2010
I'm trying to stream *.wav files on a webpage and looking for a flash program which will show the full audio waveforms. Something like this:
How to do this? Again, streamings not the heard part, I just need to allow users to see the waveform timeline.
View 4 Replies
Mar 29, 2010
i've come across this ActionScript sample, which demonstrates drawing of the color spectrum, one line at a time via a loop, using waveforms.however, the waveform location of each RGB channel create a color spectrum that is missing colors (pure yellow, cyan and magenta) and therefore the spectrum is incomplete.how can i remedy this problem so that the drawn color spectrum will exhibit all colors?
// Loop through all of the pixels from '0' to the specified width.
for(var i:int = 0; i < nWidth; i++)
{[code]...........
View 1 Replies
May 14, 2010
I've got a flash 10.1 app that lets me record microphone input to a wav without a media server, which I am saving to an Amazon S3 bucket.I have another process running on a server which gets wavs from this bucket, converts to mp3 using LAME and puts them into another bucket. This all works fine, but in converting wav > mp3, about 0.1sec or so of silence is added to my sound.In the application this are being used in, perfect sync is critical, so I need to trim off that little bit. If I have to trim it off the original waveform that is okay, I don't expect anything important to happen in that first fraction of a second.
What is the best way to go about this? I am using Adobe's WavWriter to convert by ByteArray into a proper waveform. Is there a way I can easily trim off the first few samples from my ByteArray without invalidating the structure?Alternatively, is there a good server-side tool I can use to trim the wav before running it through LAME, or an argument I can give LAME? Or, could I even trim that sound off the mp3 after it has been converted?
View 2 Replies
Oct 8, 2010
I'm making a audio recorder with Adobe Flex (Microphone, NetStream), I want to get the current audio wave from Microphone to display in the visualization area, how can i get the data?
View 1 Replies
Dec 8, 2009
So I am trying to make a music player in AS3 that displays the tracks waveform. how to display the waveform in flash.
basically I'm look for a player like this [URL]
View 2 Replies
Jan 17, 2011
If I have a sound waveform stored as a ByteArray in actionscript 3, how would I go about converting this into a Sound object that can be played?
Note that the array is full of sound samples - a complete generated waveform. It isn't an array containing an mp3 or other compressed data.
View 2 Replies
May 29, 2011
I'm trying to create a visual waveform for an MP3. The code I've included is called on successful load of the MP3. I intend to extract just a few important samples from the sound to create the waveform, rather than extract the entire sound into a bytearray. Even on a good machine, extracting an entire song can cause flash to freeze up for 3-5 seconds (or longer!). For my purposes, this isn't feasible.
Unfortunately, the code I've got below is failing to produce any numbers. If I extract the entire song it functions, but extraction of just the key points is giving me nothing. Does performing an extract make the remainder of the sound object invalid for future extracts? If so, is there some way around this that won't freeze flash for an extended period of time during the extract? Some important variables from the rest of the code:
[Code]...
View 2 Replies
May 28, 2011
How do I go about generating a simple waveform of a sound object.
View 5 Replies
Sep 23, 2010
I have created a booklet in InDesign cs4 that includes page turn transitions. I have saved it as a SWF file and it works perfectly on my PC with the ability to sweep through the page turns. My issue is now, what type of file can I export the SWF file to so that I can view it on an iPad and am still able to have the page curls?
View 3 Replies
Mar 7, 2012
I found on Adobe website this cool as3 code to grab a sound and make a realtime waveform graph (I cannot post the link..The problem, to me, is that I cannot create in the same stage 2 graph from 2 input: the mic and an mp3.In my purpose, I'd like a stage with just 2 waveform graph. the upper one with the realtime voice from the mic input.the second one (just below the previous one) with a similar waveform graph but drawn by an MP3 file (or wav).
At the beginning I tried to use 2 inputs ".microphone" but I can always see just 1 graph. It's like the resources cannot be shared (al least not so simply).
View 3 Replies
Aug 7, 2010
i hav tried to covert .mxlml to .swc file using flex builder it's not working when i integrate with other application.. how to get .swc using SDK..
View 2 Replies
May 27, 2011
how to convert Flash Projector .exe file to a fla file.
View 1 Replies
Jan 18, 2010
I have a static text in a swf file... Now i want to access that static text and convert in to a dynamic text during the run time... How to access the static text availbale in the swf file.... And then after accessing how to convert the static text to a dynamic text in flash AS 2.0.. Is it possible to do this one.. If yes means then give me a idea to do this one...
View 5 Replies
Jun 2, 2011
I have a flex (flash builder 4) application with a rich text editor control. I am storing this rich text output in a database via zend amf <--> php.
Now I want to display the first part of that text in a data grid. To do so it seems it might be easiest to get the plain text version.
I am hoping I can somehow convert it to plain text in PHP before I pass it back to flex?
View 1 Replies
Dec 4, 2011
Is there a way to break text through actionscript so that it becomes a shape? I know that I can hit CTRL+B two times to break apart text and convert it to a shape, but I need to do it through actionscript, so that a user can enter some text, and then I have some effects applied to it.
View 1 Replies
Feb 18, 2011
Is it possible using actionscript to convert a text box into Input text once it has already been set as either dynamic/static text in the 'text box properties' dialog?[code]...
View 3 Replies
May 1, 2009
I can convert .mov to a Flash file, but I can't even get an .mpg file to open.
Is there anyways I can convert this using Flah CS3 or any freeware that exist out there?
View 5 Replies
Mar 1, 2011
I have one designign query in need the code of Swf file so first i need to convert it to fla then i need a script code of it.but didnt fine it on internet.
View 1 Replies
Aug 2, 2010
I need to convert an .swf file to a Quicktime .mov file. Unfortunately exporting from Flash isn't working. Are there any endorsements out there for a converter that accomplishes this task?
View 5 Replies
Sep 24, 2009
How to convert a SWF file to FLV file? (using CS4-AS3) How to export to FLV file from the FLA file? (using CS4-AS3) While trying to export to MOV file from the FLA file (using File > Export option), the software blocks each time on "recording flash content" and basically I cannot export to the desired file formats (flv and mov).
View 4 Replies
Feb 25, 2010
I made several movies using symbols and motion twens and now wish to save these as an flv to play in a web browser.
View 6 Replies
Mar 29, 2010
I am trying to convert and vob file to and flv file on my mac. Adobe encoder doesn't recognize it. what I can use to convert it? Both the suggested in prev discussions of this type, the encoders suggested were for windows need it for a mac.
View 2 Replies
Dec 24, 2010
I downloaded a youtube video which was an MP4 and used Flash CS3 Video Encoder to encode it to an FLV file. Actually improved the quiktime file. Anyway, my question is: I want to encode the FLV file to an AVI file to put on a DVD for a friend to view in their DVD player. They don't have internet capabilities [] so I can't email the link. If I can make a DVD so they can view the AVI files that would be the cats meow!! I tried using the video import wizard to import the FLV file into Flash CS3 but can't seem to figure out what to do.
View 3 Replies
Jan 23, 2009
does anyone know what tool can be used to convert from a .abc file to a .as file?
View 1 Replies