ValleyBell / libvgm

A more modular rewrite of most components from VGMPlay. will include sub-libraries for audio output, sound emulation and VGM playback
irc://irc.digibase.ca/#vgmrips
136 stars 33 forks source link

use on embedded system? #115

Closed deanhuff closed 9 months ago

deanhuff commented 9 months ago

I'm looking for a chiptune player for an app that i'm writing to run on the playdate game console. The console has a 168MHz cpu, 16MB of ram, 4GB of flash storage. The SDK supports Lua & C. (more specs here: https://help.play.date/hardware/the-specs/)

do you think libvgm would be a good candidate to run on a playdate?

ValleyBell commented 9 months ago

I'm sure not if this will work well. This probably depends on what sort of music you want to listen to.

regarding CPU usage:

regarding memory usage:

regarding programming language support:


Summary:

deanhuff commented 9 months ago

ValleyBell, Thank you so much for this very detailed and thoughtful response. I'd be happy if I can get GB & NES files to play back. I am going to give it a shot, I'll let you know how it goes!