aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/SoxrResampler.hxx
diff options
context:
space:
mode:
authorChase Geigle <geigle1@illinois.edu>2014-01-21 12:34:06 -0600
committerMax Kellermann <max@duempel.org>2014-01-21 20:35:26 +0100
commit716bdc36fd5427c8e24589a00d90d47d99c81cd6 (patch)
tree16f4aeb088c29ee3cc4350cbccefccceba3f26af /src/pcm/SoxrResampler.hxx
parent4f120f371474dbdc3e7ec4182d257dc9492d827b (diff)
downloadmpd-716bdc36fd5427c8e24589a00d90d47d99c81cd6.tar.gz
mpd-716bdc36fd5427c8e24589a00d90d47d99c81cd6.tar.xz
mpd-716bdc36fd5427c8e24589a00d90d47d99c81cd6.zip
pcm/SoxrResampler: Add configurable quality levels
Diffstat (limited to 'src/pcm/SoxrResampler.hxx')
-rw-r--r--src/pcm/SoxrResampler.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pcm/SoxrResampler.hxx b/src/pcm/SoxrResampler.hxx
index 74d32e2b5..efe9bd5cb 100644
--- a/src/pcm/SoxrResampler.hxx
+++ b/src/pcm/SoxrResampler.hxx
@@ -44,4 +44,7 @@ public:
Error &error) override;
};
+bool
+pcm_resample_soxr_global_init(const char *converter, Error &error);
+
#endif