aboutsummaryrefslogtreecommitdiffstats
path: root/src/jolly/voice.h
blob: 7dcb1768f1e3a3fa527dbe922f6ef358c149fd31 (plain)
1
2
3
4
5
6
7
8
9
10
typedef struct jolly_voice {
	sample_t	*spl[13];
	int		size[13];
} jolly_voice_t;

extern jolly_voice_t jolly_voice;

int init_voice(int samplerate);