fieldsye / flash-kikko

Automatically exported from code.google.com/p/flash-kikko
0 stars 0 forks source link

Glitch at start of mp3 #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Export to mp3
2. Save mp3
3. Play mp3

What is the expected output? What do you see instead?
Expect output to be similar to wav file. There is a small 'swff' sound at the 
very beginning of all exported .mp3s.

What version of the product are you using? On what operating system?
OSX, Flash 10.2, Firefox

Please provide any additional information below.
The shine mp3 encoder is great, we are just getting a small glitch at the 
beginning of all exported files. Is there a way of fixing this? Does the C 
based encoder produce the same problem.

What is the C based encoder? Is it a verion of Lame.
Many Thanks
Daniel

Original issue reported on code.google.com by DanielA...@googlemail.com on 18 May 2011 at 4:19

Attachments:

GoogleCodeExporter commented 9 years ago
...having exactly the same problem. a short glitch at the beginning of the 
encoded mp3. whats the solution ? no updates of the shine mp3 encoder, yet ?

regards,
m.voelkel

Original comment by MVolkel...@googlemail.com on 10 Aug 2011 at 5:42

GoogleCodeExporter commented 9 years ago
I found the problem.  You can update your .swc file here:

https://github.com/phillockwood/Shine-MP3-Encoder-on-AS3-Alchemy/blob/master/bin
/shineMP3_alchemy.swc

Details:  The original mp3 library was not interpreting the SubchunkSize header 
field in the wave file, and was treating it as data - resulting in the popping 
sound.  Kikko had fixed it in his code, but had a stale binary checked in.  
I've notified him and posted an updated binary in the meantime.

Original comment by phil.loc...@xtranormal.com on 9 Feb 2012 at 7:55