Shine-MP3-Encoder-on-AS3-Alchemy
Shine-MP3-Encoder-on-AS3-Alchemy copied to clipboard
Flash/Alchemy port of the lightweight Shine MP3 Encoder
Hi Kikko, ``` I appreciate what you provide. I imported "shine.swc" to my flex project and wanted to use it to encode wav to mp3, but I had a problem....
Hi there, I have posted this issue on the Google Code repository for this same project (http://code.google.com/p/flash-kikko/issues/detail?id=4) because some people have noted similar problems however I am aware that GitHub...
Hi. I just performed this test: 1. I generated a 5 seconds sine wave of 440 Hz, with an amplitude of 1. 2. I converted the ByteArray into a 16...
How can I properly dispose the resources after the encoder is no longer required? This is what i've tried: 1. I've tried setting the byte arrays and the ShineMP3Encoder object...