comparison src/xmms-sid.h @ 748:d9d769b5dbe2

Remove oversampling support.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Nov 2012 17:51:08 +0200
parents 9321ffa2ea7e
children 55eea3fa8868
comparison
equal deleted inserted replaced
747:c8be6b069eec 748:d9d769b5dbe2
90 #define XS_SIDPLAY1_FM (60.0f) 90 #define XS_SIDPLAY1_FM (60.0f)
91 #define XS_SIDPLAY1_FT (0.05f) 91 #define XS_SIDPLAY1_FT (0.05f)
92 92
93 #define XS_SIDPLAY2_NFPOINTS (0x800) 93 #define XS_SIDPLAY2_NFPOINTS (0x800)
94 #define XS_SIDPLAY2_FMAX (24000) 94 #define XS_SIDPLAY2_FMAX (24000)
95
96 /* Limits for oversampling
97 */
98 #define XS_MIN_OVERSAMPLE (2)
99 #define XS_MAX_OVERSAMPLE (8)
100 95
101 96
102 /* Macros for mutexes and threads. These exist to be able to 97 /* Macros for mutexes and threads. These exist to be able to
103 * easily change from pthreads to glib threads, etc, if necessary. 98 * easily change from pthreads to glib threads, etc, if necessary.
104 */ 99 */