Merge branch 'v0.20.x'

This commit is contained in:
Max Kellermann
2018-07-06 19:41:53 +02:00
19 changed files with 316 additions and 62 deletions

View File

@@ -35,6 +35,7 @@
#include "SoxrResampler.hxx"
#endif
#include <assert.h>
#include <string.h>
enum class SelectedResampler {

View File

@@ -32,6 +32,8 @@
#include "PcmDop.hxx"
#endif
#include <assert.h>
void
PcmExport::Open(SampleFormat sample_format, unsigned _channels,
Params params) noexcept