Mercurial > otakunoraifu
comparison 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 |
comparison
equal
deleted
inserted
replaced
1:b753afeb3f34 | 2:422f3cb3614b |
---|---|
13 #define MIX_PCM_KOE 6 | 13 #define MIX_PCM_KOE 6 |
14 #define MIX_PCM_SIZE 8 | 14 #define MIX_PCM_SIZE 8 |
15 | 15 |
16 #define DEFAULT_AUDIOBUF 4096 | 16 #define DEFAULT_AUDIOBUF 4096 |
17 | 17 |
18 enum KoeType { koe_unknown, koe_nwk, koe_ovk}; | 18 enum KoeType { koe_unknown, koe_nwk, koe_ovk, koe_ogg}; |
19 typedef struct { | 19 typedef struct { |
20 FILE* stream; | 20 FILE* stream; |
21 int length; | 21 int length; |
22 int offset; | 22 int offset; |
23 int rate; | 23 int rate; |