Config: add section "resampler"

This commit is contained in:
Max Kellermann
2015-01-21 20:42:41 +01:00
parent 52acea7b1f
commit 0d3b26b3aa
12 changed files with 334 additions and 193 deletions

View File

@@ -27,6 +27,8 @@
#include <samplerate.h>
struct ConfigBlock;
/**
* A resampler using libsamplerate.
*/
@@ -51,6 +53,6 @@ private:
};
bool
pcm_resample_lsr_global_init(const char *converter, Error &error);
pcm_resample_lsr_global_init(const ConfigBlock &block, Error &error);
#endif