astrofox-io / astrofox

Astrofox is a motion graphics program that lets you turn audio into amazing videos.
https://astrofox.io
MIT License
1.72k stars 104 forks source link

Save audio with project #80

Open denalena opened 1 year ago

denalena commented 1 year ago

I think it would be nice if you could save an audio file with a project. I see that used images are base64'ed into the gzipped JSON project file, maybe it would fit in there too?

Just a small suggestion :) Keep up the great work, this is an awesome project!

mikecao commented 1 year ago

It might be better to include the file in the zip instead of using base64 since it would be much bigger in size. Probably same for images. Something I'll look into.