Commit Graph

3 Commits

Author SHA1 Message Date
~d6 0e8f0be02b Fix docs 2024-08-26 00:00:21 -04:00
~d6 d3a7f49540 parse frame output and calculate a width 2024-08-25 23:51:17 -04:00
~d6 75c62e88fb Initial working version.
Currently, mp3.rom will start playing a hardcoded file.

On Linux, when the uxn11 process ends the mpg123 process will also be
killed. The code to do this isn't portable, so on BSD/etc. there will
be an orphan process left around if uxn11 is killed.

(In both cases an emulator-driven exit will end the subprocess.)

The mp3 ROM will currently interpret each line of `mpg123 -R` output,
and dispatch to the appropriate subroutine. None of these do anything
yet.
2024-08-25 16:42:21 -04:00