pcm/AudioCompress: convert to C++

This commit is contained in:
Max Kellermann
2023-03-13 11:56:06 +01:00
parent d712c3b408
commit 2d7068a09d
5 changed files with 16 additions and 25 deletions

View File

@@ -7,7 +7,7 @@
*
*/
#include "pcm/AudioCompress/compress.h"
#include "pcm/Normalizer.hxx"
#include "pcm/AudioParser.hxx"
#include "pcm/AudioFormat.hxx"
#include "util/PrintException.hxx"