aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu_config.h
blob: 28965abbcb4701996171cb74ff8e6e90a23da831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef __P_SPU_CONFIG_H__
#define __P_SPU_CONFIG_H__

// user settings

typedef struct
{
 int        iVolume;
 int        iXAPitch;
 int        iUseReverb;
 int        iUseInterpolation;
 int        iTempo;
 int        idiablofix;
 int        iUseThread;
 int        iUseFixedUpdates;  // output fixed number of samples/frame

 // status
 int        iThreadAvail;
} SPUConfig;

extern SPUConfig spu_config;

#endif /* __P_SPU_CONFIG_H__ */