AudioFormat: include cleanup
This commit is contained in:
parent
466625f7ad
commit
6f3c0d0a60
@ -23,7 +23,6 @@
|
|||||||
#include "pcm/SampleFormat.hxx"
|
#include "pcm/SampleFormat.hxx"
|
||||||
#include "Compiler.h"
|
#include "Compiler.h"
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
@ -36,6 +36,8 @@
|
|||||||
#include <roaraudio.h>
|
#include <roaraudio.h>
|
||||||
#undef new
|
#undef new
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
|
|
||||||
class RoarOutput {
|
class RoarOutput {
|
||||||
friend struct AudioOutputWrapper<RoarOutput>;
|
friend struct AudioOutputWrapper<RoarOutput>;
|
||||||
|
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
#include "SoxrResampler.hxx"
|
#include "SoxrResampler.hxx"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
enum class SelectedResampler {
|
enum class SelectedResampler {
|
||||||
|
@ -32,6 +32,8 @@
|
|||||||
#include "PcmDop.hxx"
|
#include "PcmDop.hxx"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
|
|
||||||
void
|
void
|
||||||
PcmExport::Open(SampleFormat sample_format, unsigned _channels,
|
PcmExport::Open(SampleFormat sample_format, unsigned _channels,
|
||||||
Params params)
|
Params params)
|
||||||
|
Loading…
Reference in New Issue
Block a user