You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's about time I took another pass at this - if anyone has any suggestions to add, please don't hesitate to reach out!
Improved audio:
Redo flipnote.js audio implementation to use the web audio API instead of separate WAV audio elements for each track. This would require implementing audio resampling (mostly for Safari) and sample mixing, which I'm not really familiar with at all, but I can probably figure it out Implemented in flipnote.js!
We recently figured out what's causing messed up audio in DSi Gallery KWZs, but I'd need to figure out how to identify borked Flipnotes and implement a separate step for handling their audio
SimonTime recently figured out how to achieve hardware-accurate DSi audio output, it would be cool to implement this too Implemented in flipnote.js!
Improved export functionality:
Batch export to a ZIP file!!
Aspect ratio options for GIF/MP4/image export (adds padding on each side of the note)
Remove MP4 speed presets, slow is... too slow, and the output size difference is minimal anyway
I think it's about time I took another pass at this - if anyone has any suggestions to add, please don't hesitate to reach out!
Redo flipnote.js audio implementation to use the web audio API instead of separate WAV audio elements for each track. This would require implementing audio resampling (mostly for Safari) and sample mixing, which I'm not really familiar with at all, but I can probably figure it outImplemented in flipnote.js!SimonTime recently figured out how to achieve hardware-accurate DSi audio output, it would be cool to implement this tooImplemented in flipnote.js!Get default layer visibility state from Flipnote metadata (flipnote.js)done