diff options
author | Chase Geigle <geigle1@illinois.edu> | 2014-01-21 12:34:06 -0600 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-21 20:35:26 +0100 |
commit | 716bdc36fd5427c8e24589a00d90d47d99c81cd6 (patch) | |
tree | 16f4aeb088c29ee3cc4350cbccefccceba3f26af /src/pcm/SoxrResampler.hxx | |
parent | 4f120f371474dbdc3e7ec4182d257dc9492d827b (diff) | |
download | mpd-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.hxx | 3 |
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 |