playcorder-core-as3 icon indicating copy to clipboard operation
playcorder-core-as3 copied to clipboard

Audio playing and recording component based on Flash with intuitive Javascript API

Results 19 playcorder-core-as3 issues
Sort by recently updated
recently updated
newest added

current the `download()` method is quite slow due to issue described below: http://stackoverflow.com/questions/244018/externalinterface-performance-looking-for-some-best-practices-tips http://stackoverflow.com/questions/11458717/how-to-pass-binary-data-from-javascript-to-actionscript-webpage-to-flash-witho figure out a way to workaround it

todo

ref for mp3 encoding: https://github.com/savonet/shine/tree/master/js/dist ref for opus encoding: https://github.com/kazuki/opus.js-sample

todo

take a look at the implementation here: https://github.com/ovidiuD/recorder.js/blob/master/flash/FlashRecorder.as

todo