prog8/examples/cx16/pcmaudio
Irmen de Jong 6bc079c7b7 more asm symbol prefixing: variables with p8v_, subroutines with p8s_ etc
labels with p8l_ . All this to avoid symbol clashes in the generated assembly code.
Everything got its own distinguishing prefix so we're done with it once and for all and have only 1 breaking change moment.
2023-12-20 22:20:59 +01:00
..
adpcm.p8 micro tweaks adpcm.p8 2023-10-13 00:55:56 +02:00
pcmplay1.asm added cx16/stream-wav example, refactor pcmaudio code 2023-03-03 14:18:13 +01:00
pcmplay2.asm some loose ends 2023-04-06 21:19:21 +02:00
play-adpcm.p8 more asm symbol prefixing: variables with p8v_, subroutines with p8s_ etc 2023-12-20 22:20:59 +01:00
small-adpcm-mono.wav added cx16/stream-wav example, refactor pcmaudio code 2023-03-03 14:18:13 +01:00
small-adpcm-stereo.wav cx16 adpcm example is now able to decode and play stereo music as well as mono. 2023-10-10 02:41:20 +02:00
small-pcm-mono.bin added cx16/stream-wav example, refactor pcmaudio code 2023-03-03 14:18:13 +01:00
stream-wav.p8 more asm symbol prefixing: variables with p8v_, subroutines with p8s_ etc 2023-12-20 22:20:59 +01:00
wavfile.p8 added cx16/stream-wav example, refactor pcmaudio code 2023-03-03 14:18:13 +01:00