micojs / micojs.github.io

9 stars 0 forks source link

Sound support #6

Open felipemanga opened 1 year ago

felipemanga commented 1 year ago

Still need to figure out a good way to have sound effects and music on all platforms.

felipemanga commented 1 year ago

Implemented platform-independent synth and audio backends for Pokitto, Meta and ESPboy. Still need to implement support for Browser, GU, Pico/32Blit.

ESPboy-edu commented 1 year ago

Streaming from SD is not an option for ESPboy or PicoSystem.

It is possible to use Streaming from PROGMEM or from LittleFS on ESPboy but preferable from PROGMEM because of AppStore firmware update does not support external flash (LittleFS)

ESPboy-edu commented 9 months ago

probably simple tone (freq, dur); will be ok and even enough )