Elektrine lite

← Feed

@manawyrm@chaos.social

Post #1275665

2026-04-07 08:13 UTC

@Ronflaix i don't even know what Azure is :D I'm using a couple of the Y and XRAM regions as well, which are internal to the CPU iirc. If one were really clever, the DSP RAM could probably be also used for audio usage very well (but I didn't bother).

Replies (2)

  • @manawyrm Azur* is Lephe's "game" framework running on top of gint. I mostly use its rendering and game loop system, replacing my own homebrew ones. I forgot whether it was gint or Azure but one of both used the DSP RAM as partial VRAM to blit to the screen chunk per chunk of scanlines. If I have some time and motivation, i guess I could check how that'd work on my end. Thanks a bunch for showing me it can be possible. *EDIT: Azur, not Azure, my bad. https://git.planet-casio.com/Lephenixnoir/Azur

    Open ##1275666

  • @lda@masto.doskel.net 2026-04-07 10:20

    @manawyrm @Ronflaix I'm actually working on my own tools to generate sound samples (though no playback!) with some DSP abuse, although I've been working on other things for the past few days https://git.planet-casio.com/lda/libraiko

    Open ##1275667