#ifndef __P_SPU_CONFIG_H__#define __P_SPU_CONFIG_H__// user settingstypedefstruct{intiVolume;intiXAPitch;intiUseReverb;intiUseInterpolation;intiTempo;intidiablofix;intiUseThread;intiUseFixedUpdates;// output fixed number of samples/frame// statusintiThreadAvail;}SPUConfig;externSPUConfigspu_config;#endif /* __P_SPU_CONFIG_H__ */