pcm/SoxrResampler: Add configurable quality levels

This commit is contained in:
Chase Geigle
2014-01-21 12:34:06 -06:00
committed by Max Kellermann
parent 4f120f3714
commit 716bdc36fd
4 changed files with 111 additions and 4 deletions

View File

@@ -44,4 +44,7 @@ public:
Error &error) override;
};
bool
pcm_resample_soxr_global_init(const char *converter, Error &error);
#endif