Files
XCEngine/MVS/Music fluctuations/source/libsamplerate/config.h

15 lines
411 B
C
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#define PACKAGE "YourPackageName"
#define VERSION "YourPackageVersion"
#define bool int
#define true 1
#define false 0
//允许使用最好的插值算法
#define ENABLE_SINC_BEST_CONVERTER
//#define ENABLE_SINC_MEDIUM_CONVERTER
/*
SRC_SINC_BEST_QUALITY最高质量的Sinc插值算法质量最高但速度较慢
RC_SINC_MEDIUM_QUALITY中等质量的Sinc插值算法提供很好的质量和速度平衡
SRC_LINEAR线性插值算法速度最快但质量较低
*/