Flex - Capture Microphone Audio And Save As MP3?
Related Categories: Flex
I've exhausted my Flexpert contacts on IM, so I ask you blogosphere: is it possible? Can someone point me to a demo?
Thanks, I owe you ;)
What's New
Calendar
Subscribe
Enter your email address to subscribe to this blog.
Archives By Subject
AIR (1) [RSS]
Ajax (40) [RSS]
Ant (2) [RSS]
Apache Derby (3) [RSS]
Blogging (23) [RSS]
cfcExplorer (2) [RSS]
cfcFlexplorer (5) [RSS]
cfCodePress (1) [RSS]
CFCs (4) [RSS]
CFDdlUtils (1) [RSS]
CFEclipse (7) [RSS]
CFeMmys (4) [RSS]
cfImageCropper (5) [RSS]
cfResizer (1) [RSS]
cfsnippets (15) [RSS]
cfTimeline (7) [RSS]
CFUnited 2007 (5) [RSS]
Code Generation (6) [RSS]
ColdFusion (281) [RSS]
CSS (3) [RSS]
Eclipse (4) [RSS]
Excel Hacks (2) [RSS]
Excel Tips (1) [RSS]
Ext (5) [RSS]
Flash Forms (37) [RSS]
Flex (21) [RSS]
Funny Stuff (9) [RSS]
Gadgets and Technology (2) [RSS]
Gaming (8) [RSS]
IIS (2) [RSS]
iLearn (2) [RSS]
InstantSpot (3) [RSS]
Java (4) [RSS]
JavaScript (6) [RSS]
jQuery (1) [RSS]
JSON (1) [RSS]
Junk (1) [RSS]
Mach-ii (2) [RSS]
Management (2) [RSS]
Misc (29) [RSS]
Mobile (1) [RSS]
Model-Glue (12) [RSS]
Off Topic (28) [RSS]
OO (5) [RSS]
Personal (30) [RSS]
picViewer (3) [RSS]
pptutils (2) [RSS]
Project Learn (10) [RSS]
Rants (9) [RSS]
Rich Applications (2) [RSS]
Sharepoint (1) [RSS]
slidesix (14) [RSS]
SQL (36) [RSS]
Usability (2) [RSS]
Vista (2) [RSS]
Web 2.0 (2) [RSS]
XML (1) [RSS]
Tags
Recent Entries
Recent Comments
More CF+Java: Compiling Classes And Persisting Objects
Getburl said: I have been attempting to get Db4o working in my CF application and I have not succeeded. I would lo...
[More]
Thoughts On Ajax Frameworks And ColdFusion/Adobe
Erast said: http://fanniecollins.10gb... emo
http://gracetrevino.phree......
[More]
Extending Ext With Ext Extensions
Erast said: http://fanniecollins.10gb... emo
http://gracetrevino.phree......
[More]
CF Needs An Open Source Contact List Importer
Kay Smoljak said: Heh, the fact that sites DO it doesn't mean they SHOULD. To us it's ok, but to a non-tech-savvy user...
[More]
A Few Project Updates
Helena said: Now punctually what is the situation ?
[More]
Blogs I Read
Brian Meloche
Brian Rinaldi
Charlie Griefer
Andy Jarrett
Peter Bell
Brian Kotek
Jared Rypka Hauer
Joe Rinehart
Charlie Arehart
Mark Mandel
Doug Hughes
Neil Middleton
Mark Drew
Rey Bango
Rob Gonda
Scott Pinkston
Aaron West
Aaron Lynch
Scott Stroz
Dave Shuck
Sean Corfield
Ben Forta
Dan Vega
Dan Wilson
Ryan Everhart
Robert Froehling



Not very easy to do, but possible. You basically have to record using a media server, like FMS, Wowza or Red5, and then, to transcode the file using FFMPEG compiled with NellyMoser codec.
johann
This comes up a lot when people want to use ComputeSpectrum with a mic, which you currently can't do.
It's my understanding that this will change in a future version of Flash.
If only I can figure out how...
I just wanted to capture an audio stream in flex and send it back to my server as an MP3 (or patent free format ogg?) file.
I suppose I could use java ;)
It was actually pretty simple now that I look back on it. Red5 is a little tricky, but at least it works...
Just curious?