-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Are there any options for recording audio in a GWT application ?
Options seem to include flex, perhaps a java applet or some other form of flash ?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a Silverlight 4 application that records user's voice through the mic. Now, as soon as the recording is completed, I need to play the recorded voice back to the user before posting it to the server. Is it at all possible to play it back to the user without getting into format conversions etc…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm working on a couple different iphone apps that both record and play sounds concurrently. Think multitrack mixing... play one sound a save it then listen to that sound while recording the next sound to another file. My mechanism for this has been to start up two different audio queues, one for…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When I try recording audio following this here, and using the related source code from here in the (voicerecorder.audio project), I face the problem that the recording stops within moments of starting and so does the playback. the recorded file is 46 bytes, and playback is there for less than a…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How do I determine the length of an audio recording I am recording programaticaly? My current solution is to just time the start/stop recording events on the User Interface (literally the time the user hits record, then hits stop recording.) Given a .aac audio file, is there some library call in…
>>> More