Commit aa08f969 authored by Max Kellermann's avatar Max Kellermann

pcm/SoxrResampler: add constant SOXR_DEFAULT_QUALITY

parent 288ba849
...@@ -32,7 +32,9 @@ ...@@ -32,7 +32,9 @@
static constexpr Domain soxr_domain("soxr"); static constexpr Domain soxr_domain("soxr");
static unsigned long soxr_quality_recipe = SOXR_HQ; static constexpr unsigned long SOXR_DEFAULT_RECIPE = SOXR_HQ;
static unsigned long soxr_quality_recipe = SOXR_DEFAULT_RECIPE;
static const char * static const char *
soxr_quality_name(unsigned long recipe) soxr_quality_name(unsigned long recipe)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment