fixed by preloading samples. the audio callback is being called from the
[dos_auplay] / src / aufile.h
index faca4c8..d5ef5e4 100644 (file)
@@ -4,6 +4,7 @@
 struct au_file {\r
        int rate, bits, chan;\r
        void *data;\r
+       unsigned long size;\r
 \r
        FILE *fp;\r
        void (*close)(struct au_file*);\r