fixed by preloading samples. the audio callback is being called from the
authorJohn Tsiombikas <nuclear@member.fsf.org>
Fri, 1 Feb 2019 05:17:13 +0000 (07:17 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Fri, 1 Feb 2019 05:17:13 +0000 (07:17 +0200)
commit49ef4e243def029b7e68bf92141acbeac600e1e8
tree95fda5b49fe77bb4d5b86b332c146485070e5aa6
parent869f6c1ab78d6e2888bb008b3bd8604714f5151a
fixed by preloading samples. the audio callback is being called from the
context of the interrupt handler, and can't perform file I/O
src/au_sb.c
src/audio.c
src/audio.h
src/aufile.h
src/auwav.c
src/main.c