-
Notifications
You must be signed in to change notification settings - Fork 75
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 format support #31
Comments
Leanify already support parsing swf files and optimizing the images inside, why should I support swix's custom xml format? |
then adding mp3 optimizing is remaining. Audio streams can be found in ms office and OD xml files. |
It seems mp3packer is the only thing can do mp3 lossless optimization, but it's written in ocaml and I have no idea how it works. |
take a look at https://github.com/bvaugon/ocamlcc it is an OCaml bytecode executable file to C source code compiler. first compile code to a bytecode executable then use ocamlcc |
up |
http://wiki.hydrogenaud.io/index.php?title=MP3packer if description is right, only thing mp3packer do is eliminate padding. I can try to do it in C. |
It would be a great improvement if Leanify could utilise the swix console program http://appnee.com/swix/ to convert swf to xml and then optimize embedded base64 streams then restore it back to swf with same program then optimize compression .. you need to include mp3packer support to optimize audio streams
The text was updated successfully, but these errors were encountered: