playing a WAV file

This commit is contained in:
2019-10-23 18:46:27 +02:00
parent 2e538157c5
commit 1bd06fb67b
7 changed files with 141 additions and 26 deletions

3
audio/playfile.h Normal file
View File

@@ -0,0 +1,3 @@
int blast_this_file(char *fname, ao_device *dev, int loop);