prog8/examples/cx16/pcmaudio
Irmen de Jong e35cfd4971 get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!)
Unfortunately a few routines (minf, maxf, clampf) remain unchanged, because removing the 'f' would make them clash with a builtin function.

floats.rndf -> floats.rnd
floats.parse_f -> floats.parse
floats.rndseedf -> floats.rndseed
floats.print_f -> floats.print
floats.str_f -> floats.tostr
2023-12-29 03:12:44 +01:00
..
adpcm.p8 micro tweaks adpcm.p8 2023-10-13 00:55:56 +02:00
pcmplay1.asm
pcmplay2.asm
play-adpcm.p8 get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!) 2023-12-29 03:12:44 +01:00
small-adpcm-mono.wav
small-adpcm-stereo.wav
small-pcm-mono.bin
stream-wav.p8 more asm symbol prefixing: variables with p8v_, subroutines with p8s_ etc 2023-12-20 22:20:59 +01:00
wavfile.p8