comparison src/xmms-sid.h @ 486:4c599be2d349

Default audio rendering frequency #define.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 26 Jan 2007 15:47:00 +0000
parents 22cd8161c9e7
children 1e9c504d98c3
comparison
equal deleted inserted replaced
485:1aed5dfaa9ae 486:4c599be2d349
84 84
85 /* If defined, some dynamically allocated temp. buffers are used. 85 /* If defined, some dynamically allocated temp. buffers are used.
86 * Static (#undef) might give slight performance gain, 86 * Static (#undef) might give slight performance gain,
87 * but fails on systems with limited stack space. */ 87 * but fails on systems with limited stack space. */
88 #define XS_BUF_DYNAMIC 88 #define XS_BUF_DYNAMIC
89
90 /* Default audio rendering frequency in Hz
91 */
92 #define XS_AUDIO_FREQ (44100)
89 93
90 /* Size of audio buffer. If you are experiencing lots of audio 94 /* Size of audio buffer. If you are experiencing lots of audio
91 * "underruns" or clicks/gaps in output, try increasing this value. 95 * "underruns" or clicks/gaps in output, try increasing this value.
92 * Do notice, however, that it also affects the update frequency of 96 * Do notice, however, that it also affects the update frequency of
93 * XMMS's visualization plugins... 97 * XMMS's visualization plugins...