Separate sndfile.hh implementation into C++ source

This is required to be able to include
"audiographer/sndfile/sndfile_writer.h" in more than
one source file. which would otherwise lead to
duplicate symbol: AudioGrapher::SndfileHandle::..
This commit is contained in:
Robin Gareus 2022-01-28 01:52:07 +01:00
parent 98ad20529b
commit f322c4ded7
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 340 additions and 293 deletions

View file

@ -59,6 +59,7 @@ def build(bld):
audiographer_sources = [
'private/gdither/gdither.cc',
'private/limiter/limiter.cc',
'src/general/sndfile.cc',
'src/general/sample_format_converter.cc',
'src/routines.cc',
'src/debug_utils.cc',