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

@@ -25,6 +25,7 @@
#include "Compiler.h"
struct AudioFormat;
struct ConfigBlock;
/**
* A resampler using soxr.
@@ -46,6 +47,6 @@ public:
};
bool
pcm_resample_soxr_global_init(const char *converter, Error &error);
pcm_resample_soxr_global_init(const ConfigBlock &block, Error &error);
#endif