From 79ef8ba2480eef73d5863945e270c539e7b4aac6 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Fri, 2 Feb 2007 03:51:07 +0000 Subject: Add libsamplerate support, old resampling is still an option, but this sounds much better for those who need it and don't want to use pulseaudio. Reviewed by shank/avuton. git-svn-id: https://svn.musicpd.org/mpd/trunk@5316 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/conf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conf.h') diff --git a/src/conf.h b/src/conf.h index e2f568525..1cd4cf322 100644 --- a/src/conf.h +++ b/src/conf.h @@ -43,6 +43,7 @@ #define CONF_REPLAYGAIN "replaygain" #define CONF_REPLAYGAIN_PREAMP "replaygain_preamp" #define CONF_VOLUME_NORMALIZATION "volume_normalization" +#define CONF_SAMPLERATE_CONVERTER "samplerate_converter" #define CONF_AUDIO_BUFFER_SIZE "audio_buffer_size" #define CONF_BUFFER_BEFORE_PLAY "buffer_before_play" #define CONF_HTTP_BUFFER_SIZE "http_buffer_size" -- cgit v1.2.3