This is a flash thingy that lets you make recordings in the browser from the microphone, and upload them directly to a web server as an mp3. It is coded with haxe so you do not need the Flash IDE to edit the code.
haxe compile.hxml
- In the same directory, put
shineMP3_alchemy.swf
,recorder.swf
,upload_mp3.php
, and an empty directory calledrecordings
. - Make sure the
recordings
directory is writable by the web server. - Embed
recorder.swf
in a page (e.g. index.html)
sound-recorder-uploader is copyright © 2013 Charles Lehner, and released under the terms of the MIT License.
sound-recorder-uploader uses the Flash/Alchemy port of the lightweight Shine MP3 Encoder, by Cyril Diagne.