-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mp3 encoding and background workers repo #28
Comments
@tombh I've been trying to use your fork with the mp3 encoding and it still seems to be submitting wav format. Is it right to just copy bin-release/FlashRecorder.swf as recorder.swf or is there anything else I'm missing? Thanks! |
@marconi Are you using |
yes you need to pass that value in encode or upload functions Ovidiu Diac, Software Engineer Iasi, Romania, 700733 Mobile: +(40)756.062.600 E-mail: [email protected] mailto:[email protected] From: Thomas Buckley-Houston [mailto:[email protected]] @marconi https://github.com/marconi Are you using audioFormat: Recorder.AUDIO_FORMAT_MP3? — |
Oh! didn't know that parameter was available. Should be documented I think, thanks! |
But it still uploads wav file, here's my code:
and in request payload from chrome inspector, here's what's being submitted:
on my backend I still end up having audio.wav. |
Oh demn, should have looked under test earlier. Its working now, cheers! |
\o/ |
Hey guys I can't seem to build this, I'm getting the following error:
Any idea what's causing it? |
that's @ovidiuD's expertise... |
you need to build for flash player >=11.4 with swf-version >=17 Ovidiu Diac, Software Engineer Iasi, Romania, 700733 Mobile: +(40)756.062.600 E-mail: [email protected] mailto:[email protected] From: Thomas Buckley-Houston [mailto:[email protected]] that's @ovidiuD https://github.com/ovidiuD 's expertise... — |
@ovidiuD still the same though. :( here's my makefile:
|
I merged these changes to have an error callback #32 that's why I'm trying to rebuild it. Unfortunately my AS skills are very rusty. :) |
you should also specify -target-player 11.4 and make sure in your flex sdk you have playerglobal.swc for flash player 11.4 - the path should be sdk_root/frameworks/libs/player/11.4/playerglobal.swc if you don't have it there, download it from http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html Ovidiu Diac, Software Engineer Iasi, Romania, 700733 Mobile: +(40)756.062.600 E-mail: [email protected] mailto:[email protected] From: Marconi Moreto [mailto:[email protected]] @ovidiuD https://github.com/ovidiuD still the same though. :( here's my makefile: MXMLC = "/Applications/Adobe Flash Builder 4.6/sdks/4.6.0/bin/mxmlc" build: clean: — |
Thanks again @ovidiuD, finally got it working. 🍺 Cheers! |
I forgot to mention at the time but our company paid @ovidiuD to write MP3 encoding and background workers into this repo, see here https://github.com/ovidiuD/recorder.js/commits/master
Please feel free to include the code if you wish.
The text was updated successfully, but these errors were encountered: