Drop WAV-related files

These are only used when WEBRTC_APM_DEBUG_DUMP=1, which we do not set.
Hopefully this makes building on big-endian machines possible.

Fixes: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/issues/31
This commit is contained in:
Arun Raghavan
2024-12-26 13:07:40 -05:00
parent 0d4c5f27b5
commit c144c53039
5 changed files with 0 additions and 933 deletions

View File

@ -55,8 +55,6 @@ common_audio_sources = [
'vad/vad_gmm.c',
'vad/vad_sp.c',
'vad/webrtc_vad.c',
'wav_file.cc',
'wav_header.cc',
'window_generator.cc',
]