diff music2/music.h @ 2:422f3cb3614b

Enabled voice playing with "%04d/%04d%05d.ogg" format. Don't use a cache for this
author thib
date Fri, 01 Aug 2008 19:17:15 +0000
parents 223b71206888
children f45da03ca631
line wrap: on
line diff
--- a/music2/music.h
+++ b/music2/music.h
@@ -15,7 +15,7 @@
 
 #define DEFAULT_AUDIOBUF	4096
 
-enum KoeType { koe_unknown, koe_nwk, koe_ovk};
+enum KoeType { koe_unknown, koe_nwk, koe_ovk, koe_ogg};
 typedef struct {
 	FILE* stream;
 	int length;