summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
John Tsiombikas [Sat, 2 Feb 2019 03:37:55 +0000 (05:37 +0200)]
implemented volume control, and restructured slightly
John Tsiombikas [Fri, 1 Feb 2019 13:58:24 +0000 (15:58 +0200)]
controls
John Tsiombikas [Fri, 1 Feb 2019 05:17:13 +0000 (07:17 +0200)]
fixed by preloading samples. the audio callback is being called from the
context of the interrupt handler, and can't perform file I/O
John Tsiombikas [Thu, 31 Jan 2019 03:52:34 +0000 (05:52 +0200)]
adding DJGPP makefile
John Tsiombikas [Thu, 31 Jan 2019 02:16:16 +0000 (04:16 +0200)]
try playback
John Tsiombikas [Wed, 30 Jan 2019 22:38:56 +0000 (00:38 +0200)]
initial commit