diff --git a/.gitignore b/.gitignore index 5f69224..ee756f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,16 @@ /third_party_libraries/portaudio/*.* -example_1_basic_spatialisation_rtaudio/projects/linux/bin/ +example_1_basic_spatialisation_rtaudio/projects/linux/.release_time +example_1_basic_spatialisation_rtaudio/projects/linux/bin/ example_1_basic_spatialisation_rtaudio/projects/linux/build/ - example_1_basic_spatialisation_rtaudio/projects/linux/README.md - example_1_basic_spatialisation_rtaudio/projects/linux/example +example_1_basic_spatialisation_rtaudio/projects/xcode/BasicSpatializationRTAudio.xcodeproj/project.xcworkspace +example_1_basic_spatialisation_rtaudio/projects/xcode/BasicSpatializationRTAudio.xcodeproj/xcuserdata +example_1_basic_spatialisation_rtaudio/projects/xcode/BasicSpatializationRTAudio.xcodeproj/xcshareddata example_2_basic_spatialisation_portAudio/src/libportaudio.a - example_2_basic_spatialisation_portAudio/src/libportaudio.la - example_2_basic_spatialisation_portAudio/src/pa_asio.h - example_2_basic_spatialisation_portAudio/src/pa_linux_alsa.h - example_2_basic_spatialisation_portAudio/src/portaudio.h diff --git a/3dti_AudioToolkit b/3dti_AudioToolkit index e2c34c1..9823c94 160000 --- a/3dti_AudioToolkit +++ b/3dti_AudioToolkit @@ -1 +1 @@ -Subproject commit e2c34c17aec9a63a155c55295ff399173c300570 +Subproject commit 9823c94c245950817521575eb34deb8ae6d74f73 diff --git a/example_1_basic_spatialisation_rtaudio/projects/xcode/BasicSpatializationRTAudio.xcodeproj/project.pbxproj b/example_1_basic_spatialisation_rtaudio/projects/xcode/BasicSpatializationRTAudio.xcodeproj/project.pbxproj new file mode 100644 index 0000000..c5b67ad --- /dev/null +++ b/example_1_basic_spatialisation_rtaudio/projects/xcode/BasicSpatializationRTAudio.xcodeproj/project.pbxproj @@ -0,0 +1,624 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 56; + objects = { + +/* Begin PBXBuildFile section */ + 04C68B402989B8E700E1E65E /* BasicSpatialisationRTAudio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C68B392989B47A00E1E65E /* BasicSpatialisationRTAudio.cpp */; }; + 04C698422989BBD800E1E65E /* BRIRCereal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694342989BBCF00E1E65E /* BRIRCereal.cpp */; }; + 04C698432989BBD800E1E65E /* BRIRFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694362989BBCF00E1E65E /* BRIRFactory.cpp */; }; + 04C698442989BBD800E1E65E /* HRTFFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694382989BBCF00E1E65E /* HRTFFactory.cpp */; }; + 04C698452989BBD800E1E65E /* HRTFCereal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694392989BBCF00E1E65E /* HRTFCereal.cpp */; }; + 04C698462989BBD800E1E65E /* ILDCereal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C6943D2989BBCF00E1E65E /* ILDCereal.cpp */; }; + 04C698472989BBD800E1E65E /* Environment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694532989BBD000E1E65E /* Environment.cpp */; }; + 04C698482989BBD800E1E65E /* Core.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694542989BBD000E1E65E /* Core.cpp */; }; + 04C698492989BBD800E1E65E /* SingleSourceDSP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694562989BBD000E1E65E /* SingleSourceDSP.cpp */; }; + 04C6984A2989BBD800E1E65E /* BRIR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694572989BBD000E1E65E /* BRIR.cpp */; }; + 04C6984B2989BBD800E1E65E /* ILD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694592989BBD000E1E65E /* ILD.cpp */; }; + 04C6984C2989BBD800E1E65E /* HRTF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C6945A2989BBD000E1E65E /* HRTF.cpp */; }; + 04C6984D2989BBD800E1E65E /* UPCAnechoic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C6945B2989BBD000E1E65E /* UPCAnechoic.cpp */; }; + 04C6984E2989BBD800E1E65E /* Listener.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C6945C2989BBD000E1E65E /* Listener.cpp */; }; + 04C6985A2989BBD800E1E65E /* UPCEnvironment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C6947A2989BBD000E1E65E /* UPCEnvironment.cpp */; }; + 04C6985B2989BBD800E1E65E /* BiquadFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C6947B2989BBD000E1E65E /* BiquadFilter.cpp */; }; + 04C6985C2989BBD800E1E65E /* DynamicExpanderMono.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C6947C2989BBD000E1E65E /* DynamicExpanderMono.cpp */; }; + 04C6985D2989BBD800E1E65E /* DistanceAttenuator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694822989BBD000E1E65E /* DistanceAttenuator.cpp */; }; + 04C6985E2989BBD800E1E65E /* ErrorHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694832989BBD000E1E65E /* ErrorHandler.cpp */; }; + 04C6985F2989BBD800E1E65E /* DynamicCompressorStereo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694842989BBD000E1E65E /* DynamicCompressorStereo.cpp */; }; + 04C698602989BBD800E1E65E /* Vector3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694862989BBD000E1E65E /* Vector3.cpp */; }; + 04C698612989BBD800E1E65E /* Profiler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694872989BBD000E1E65E /* Profiler.cpp */; }; + 04C698622989BBD800E1E65E /* FiltersChain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C6948E2989BBD000E1E65E /* FiltersChain.cpp */; }; + 04C698632989BBD800E1E65E /* GammatoneFilterBank.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694902989BBD000E1E65E /* GammatoneFilterBank.cpp */; }; + 04C698642989BBD800E1E65E /* DynamicCompressorMono.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694952989BBD000E1E65E /* DynamicCompressorMono.cpp */; }; + 04C698652989BBD800E1E65E /* Transform.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694962989BBD000E1E65E /* Transform.cpp */; }; + 04C698662989BBD800E1E65E /* fftsg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694972989BBD000E1E65E /* fftsg.cpp */; }; + 04C698672989BBD800E1E65E /* FiltersBank.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694992989BBD000E1E65E /* FiltersBank.cpp */; }; + 04C698682989BBD900E1E65E /* Fprocessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C6949A2989BBD000E1E65E /* Fprocessor.cpp */; }; + 04C698692989BBD900E1E65E /* Quaternion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C6949B2989BBD000E1E65E /* Quaternion.cpp */; }; + 04C6986A2989BBD900E1E65E /* Delay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C6949C2989BBD000E1E65E /* Delay.cpp */; }; + 04C6986B2989BBD900E1E65E /* Magnitudes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C6949D2989BBD000E1E65E /* Magnitudes.cpp */; }; + 04C6986C2989BBD900E1E65E /* FarDistanceEffects.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694A12989BBD000E1E65E /* FarDistanceEffects.cpp */; }; + 04C6986D2989BBD900E1E65E /* NoiseGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694A72989BBD000E1E65E /* NoiseGenerator.cpp */; }; + 04C6986E2989BBD900E1E65E /* GammatoneFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694A92989BBD000E1E65E /* GammatoneFilter.cpp */; }; + 04C6986F2989BBD900E1E65E /* EnvelopeDetector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C694AB2989BBD000E1E65E /* EnvelopeDetector.cpp */; }; + 04C698722989C10900E1E65E /* RtAudio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 04C698712989C10900E1E65E /* RtAudio.cpp */; }; + 04C698752989C3C200E1E65E /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04C698742989C3C200E1E65E /* CoreAudio.framework */; }; + 04C698772989C3C900E1E65E /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04C698762989C3C900E1E65E /* CoreFoundation.framework */; }; + 04C698792989C3D200E1E65E /* libpthread.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 04C698782989C3D200E1E65E /* libpthread.tbd */; }; +/* End PBXBuildFile section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 04C68B2D2989B43100E1E65E /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 1; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 04C68B2F2989B43100E1E65E /* example_1_basic_spatialisation_rtaudio */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = example_1_basic_spatialisation_rtaudio; sourceTree = BUILT_PRODUCTS_DIR; }; + 04C68B392989B47A00E1E65E /* BasicSpatialisationRTAudio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BasicSpatialisationRTAudio.cpp; path = ../../src/BasicSpatialisationRTAudio.cpp; sourceTree = ""; }; + 04C68B3A2989B47A00E1E65E /* BasicSpatialisationRTAudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BasicSpatialisationRTAudio.h; path = ../../src/BasicSpatialisationRTAudio.h; sourceTree = ""; }; + 04C694332989BBCF00E1E65E /* BRIRCereal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BRIRCereal.h; sourceTree = ""; }; + 04C694342989BBCF00E1E65E /* BRIRCereal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BRIRCereal.cpp; sourceTree = ""; }; + 04C694352989BBCF00E1E65E /* BRIRFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BRIRFactory.h; sourceTree = ""; }; + 04C694362989BBCF00E1E65E /* BRIRFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BRIRFactory.cpp; sourceTree = ""; }; + 04C694382989BBCF00E1E65E /* HRTFFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HRTFFactory.cpp; sourceTree = ""; }; + 04C694392989BBCF00E1E65E /* HRTFCereal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HRTFCereal.cpp; sourceTree = ""; }; + 04C6943A2989BBCF00E1E65E /* HRTFFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HRTFFactory.h; sourceTree = ""; }; + 04C6943B2989BBCF00E1E65E /* HRTFCereal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HRTFCereal.h; sourceTree = ""; }; + 04C6943D2989BBCF00E1E65E /* ILDCereal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ILDCereal.cpp; sourceTree = ""; }; + 04C6943E2989BBCF00E1E65E /* ILDCereal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ILDCereal.h; sourceTree = ""; }; + 04C6944E2989BBD000E1E65E /* ILD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ILD.h; sourceTree = ""; }; + 04C6944F2989BBD000E1E65E /* UPCAnechoic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UPCAnechoic.h; sourceTree = ""; }; + 04C694502989BBD000E1E65E /* Core.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Core.h; sourceTree = ""; }; + 04C694512989BBD000E1E65E /* Listener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Listener.h; sourceTree = ""; }; + 04C694522989BBD000E1E65E /* SingleSourceDSP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SingleSourceDSP.h; sourceTree = ""; }; + 04C694532989BBD000E1E65E /* Environment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Environment.cpp; sourceTree = ""; }; + 04C694542989BBD000E1E65E /* Core.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Core.cpp; sourceTree = ""; }; + 04C694552989BBD000E1E65E /* HRTF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HRTF.h; sourceTree = ""; }; + 04C694562989BBD000E1E65E /* SingleSourceDSP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SingleSourceDSP.cpp; sourceTree = ""; }; + 04C694572989BBD000E1E65E /* BRIR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BRIR.cpp; sourceTree = ""; }; + 04C694582989BBD000E1E65E /* Environment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Environment.h; sourceTree = ""; }; + 04C694592989BBD000E1E65E /* ILD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ILD.cpp; sourceTree = ""; }; + 04C6945A2989BBD000E1E65E /* HRTF.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HRTF.cpp; sourceTree = ""; }; + 04C6945B2989BBD000E1E65E /* UPCAnechoic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UPCAnechoic.cpp; sourceTree = ""; }; + 04C6945C2989BBD000E1E65E /* Listener.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Listener.cpp; sourceTree = ""; }; + 04C6945D2989BBD000E1E65E /* 3DTI_BinauralSpatializer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 3DTI_BinauralSpatializer.h; sourceTree = ""; }; + 04C6945E2989BBD000E1E65E /* BRIR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BRIR.h; sourceTree = ""; }; + 04C6947A2989BBD000E1E65E /* UPCEnvironment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UPCEnvironment.cpp; sourceTree = ""; }; + 04C6947B2989BBD000E1E65E /* BiquadFilter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BiquadFilter.cpp; sourceTree = ""; }; + 04C6947C2989BBD000E1E65E /* DynamicExpanderMono.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DynamicExpanderMono.cpp; sourceTree = ""; }; + 04C6947D2989BBD000E1E65E /* ErrorHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ErrorHandler.h; sourceTree = ""; }; + 04C6947E2989BBD000E1E65E /* Conventions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Conventions.h; sourceTree = ""; }; + 04C6947F2989BBD000E1E65E /* Magnitudes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Magnitudes.h; sourceTree = ""; }; + 04C694802989BBD000E1E65E /* FiltersChain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FiltersChain.h; sourceTree = ""; }; + 04C694812989BBD000E1E65E /* GammatoneFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GammatoneFilter.h; sourceTree = ""; }; + 04C694822989BBD000E1E65E /* DistanceAttenuator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DistanceAttenuator.cpp; sourceTree = ""; }; + 04C694832989BBD000E1E65E /* ErrorHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ErrorHandler.cpp; sourceTree = ""; }; + 04C694842989BBD000E1E65E /* DynamicCompressorStereo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DynamicCompressorStereo.cpp; sourceTree = ""; }; + 04C694852989BBD000E1E65E /* Fprocessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Fprocessor.h; sourceTree = ""; }; + 04C694862989BBD000E1E65E /* Vector3.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Vector3.cpp; sourceTree = ""; }; + 04C694872989BBD000E1E65E /* Profiler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Profiler.cpp; sourceTree = ""; }; + 04C694882989BBD000E1E65E /* fftsg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fftsg.h; sourceTree = ""; }; + 04C694892989BBD000E1E65E /* DynamicProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DynamicProcessor.h; sourceTree = ""; }; + 04C6948A2989BBD000E1E65E /* DynamicExpanderMono.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DynamicExpanderMono.h; sourceTree = ""; }; + 04C6948B2989BBD000E1E65E /* Quaternion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Quaternion.h; sourceTree = ""; }; + 04C6948C2989BBD000E1E65E /* AudioState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AudioState.h; sourceTree = ""; }; + 04C6948D2989BBD000E1E65E /* DynamicCompressorMono.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DynamicCompressorMono.h; sourceTree = ""; }; + 04C6948E2989BBD000E1E65E /* FiltersChain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FiltersChain.cpp; sourceTree = ""; }; + 04C6948F2989BBD000E1E65E /* FiltersBank.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FiltersBank.h; sourceTree = ""; }; + 04C694902989BBD000E1E65E /* GammatoneFilterBank.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GammatoneFilterBank.cpp; sourceTree = ""; }; + 04C694912989BBD000E1E65E /* CommonDefinitions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CommonDefinitions.h; sourceTree = ""; }; + 04C694922989BBD000E1E65E /* UPCEnvironment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UPCEnvironment.h; sourceTree = ""; }; + 04C694932989BBD000E1E65E /* BiquadFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BiquadFilter.h; sourceTree = ""; }; + 04C694942989BBD000E1E65E /* Buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Buffer.h; sourceTree = ""; }; + 04C694952989BBD000E1E65E /* DynamicCompressorMono.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DynamicCompressorMono.cpp; sourceTree = ""; }; + 04C694962989BBD000E1E65E /* Transform.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Transform.cpp; sourceTree = ""; }; + 04C694972989BBD000E1E65E /* fftsg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fftsg.cpp; sourceTree = ""; }; + 04C694982989BBD000E1E65E /* Transform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Transform.h; sourceTree = ""; }; + 04C694992989BBD000E1E65E /* FiltersBank.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FiltersBank.cpp; sourceTree = ""; }; + 04C6949A2989BBD000E1E65E /* Fprocessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Fprocessor.cpp; sourceTree = ""; }; + 04C6949B2989BBD000E1E65E /* Quaternion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Quaternion.cpp; sourceTree = ""; }; + 04C6949C2989BBD000E1E65E /* Delay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Delay.cpp; sourceTree = ""; }; + 04C6949D2989BBD000E1E65E /* Magnitudes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Magnitudes.cpp; sourceTree = ""; }; + 04C6949E2989BBD000E1E65E /* Delay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Delay.h; sourceTree = ""; }; + 04C6949F2989BBD000E1E65E /* DynamicCompressorStereo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DynamicCompressorStereo.h; sourceTree = ""; }; + 04C694A02989BBD000E1E65E /* NoiseGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NoiseGenerator.h; sourceTree = ""; }; + 04C694A12989BBD000E1E65E /* FarDistanceEffects.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FarDistanceEffects.cpp; sourceTree = ""; }; + 04C694A22989BBD000E1E65E /* AIR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AIR.h; sourceTree = ""; }; + 04C694A32989BBD000E1E65E /* Profiler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Profiler.h; sourceTree = ""; }; + 04C694A42989BBD000E1E65E /* DistanceAttenuator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DistanceAttenuator.h; sourceTree = ""; }; + 04C694A52989BBD000E1E65E /* FarDistanceEffects.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FarDistanceEffects.h; sourceTree = ""; }; + 04C694A62989BBD000E1E65E /* EnvelopeDetector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EnvelopeDetector.h; sourceTree = ""; }; + 04C694A72989BBD000E1E65E /* NoiseGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NoiseGenerator.cpp; sourceTree = ""; }; + 04C694A82989BBD000E1E65E /* GammatoneFilterBank.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GammatoneFilterBank.h; sourceTree = ""; }; + 04C694A92989BBD000E1E65E /* GammatoneFilter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GammatoneFilter.cpp; sourceTree = ""; }; + 04C694AA2989BBD000E1E65E /* Vector3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Vector3.h; sourceTree = ""; }; + 04C694AB2989BBD000E1E65E /* EnvelopeDetector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EnvelopeDetector.cpp; sourceTree = ""; }; + 04C698702989C10900E1E65E /* RtAudio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RtAudio.h; path = ../../../third_party_libraries/rtaudio/RtAudio.h; sourceTree = ""; }; + 04C698712989C10900E1E65E /* RtAudio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RtAudio.cpp; path = ../../../third_party_libraries/rtaudio/RtAudio.cpp; sourceTree = ""; }; + 04C698742989C3C200E1E65E /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; + 04C698762989C3C900E1E65E /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; }; + 04C698782989C3D200E1E65E /* libpthread.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libpthread.tbd; path = usr/lib/libpthread.tbd; sourceTree = SDKROOT; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 04C68B2C2989B43100E1E65E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 04C698792989C3D200E1E65E /* libpthread.tbd in Frameworks */, + 04C698772989C3C900E1E65E /* CoreFoundation.framework in Frameworks */, + 04C698752989C3C200E1E65E /* CoreAudio.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 04C68B262989B43100E1E65E = { + isa = PBXGroup; + children = ( + 04C68BB32989BBCB00E1E65E /* 3dti_ResourceManager */, + 04C6944C2989BBD000E1E65E /* 3dti_Toolkit */, + 04C68B392989B47A00E1E65E /* BasicSpatialisationRTAudio.cpp */, + 04C68B3A2989B47A00E1E65E /* BasicSpatialisationRTAudio.h */, + 04C698712989C10900E1E65E /* RtAudio.cpp */, + 04C698702989C10900E1E65E /* RtAudio.h */, + 04C68B302989B43100E1E65E /* Products */, + 04C698732989C3C200E1E65E /* Frameworks */, + ); + sourceTree = ""; + }; + 04C68B302989B43100E1E65E /* Products */ = { + isa = PBXGroup; + children = ( + 04C68B2F2989B43100E1E65E /* example_1_basic_spatialisation_rtaudio */, + ); + name = Products; + sourceTree = ""; + }; + 04C68BB32989BBCB00E1E65E /* 3dti_ResourceManager */ = { + isa = PBXGroup; + children = ( + 04C694322989BBCF00E1E65E /* BRIR */, + 04C694372989BBCF00E1E65E /* HRTF */, + 04C6943C2989BBCF00E1E65E /* ILD */, + ); + name = 3dti_ResourceManager; + path = ../../../3dti_AudioToolkit/3dti_ResourceManager; + sourceTree = ""; + }; + 04C694322989BBCF00E1E65E /* BRIR */ = { + isa = PBXGroup; + children = ( + 04C694332989BBCF00E1E65E /* BRIRCereal.h */, + 04C694342989BBCF00E1E65E /* BRIRCereal.cpp */, + 04C694352989BBCF00E1E65E /* BRIRFactory.h */, + 04C694362989BBCF00E1E65E /* BRIRFactory.cpp */, + ); + path = BRIR; + sourceTree = ""; + }; + 04C694372989BBCF00E1E65E /* HRTF */ = { + isa = PBXGroup; + children = ( + 04C694382989BBCF00E1E65E /* HRTFFactory.cpp */, + 04C694392989BBCF00E1E65E /* HRTFCereal.cpp */, + 04C6943A2989BBCF00E1E65E /* HRTFFactory.h */, + 04C6943B2989BBCF00E1E65E /* HRTFCereal.h */, + ); + path = HRTF; + sourceTree = ""; + }; + 04C6943C2989BBCF00E1E65E /* ILD */ = { + isa = PBXGroup; + children = ( + 04C6943D2989BBCF00E1E65E /* ILDCereal.cpp */, + 04C6943E2989BBCF00E1E65E /* ILDCereal.h */, + ); + path = ILD; + sourceTree = ""; + }; + 04C6944C2989BBD000E1E65E /* 3dti_Toolkit */ = { + isa = PBXGroup; + children = ( + 04C6944D2989BBD000E1E65E /* BinauralSpatializer */, + 04C694792989BBD000E1E65E /* Common */, + ); + name = 3dti_Toolkit; + path = ../../../3dti_AudioToolkit/3dti_Toolkit; + sourceTree = ""; + }; + 04C6944D2989BBD000E1E65E /* BinauralSpatializer */ = { + isa = PBXGroup; + children = ( + 04C6945D2989BBD000E1E65E /* 3DTI_BinauralSpatializer.h */, + 04C694572989BBD000E1E65E /* BRIR.cpp */, + 04C6945E2989BBD000E1E65E /* BRIR.h */, + 04C694542989BBD000E1E65E /* Core.cpp */, + 04C694502989BBD000E1E65E /* Core.h */, + 04C694532989BBD000E1E65E /* Environment.cpp */, + 04C694582989BBD000E1E65E /* Environment.h */, + 04C6945A2989BBD000E1E65E /* HRTF.cpp */, + 04C694552989BBD000E1E65E /* HRTF.h */, + 04C694592989BBD000E1E65E /* ILD.cpp */, + 04C6944E2989BBD000E1E65E /* ILD.h */, + 04C6945C2989BBD000E1E65E /* Listener.cpp */, + 04C694512989BBD000E1E65E /* Listener.h */, + 04C694562989BBD000E1E65E /* SingleSourceDSP.cpp */, + 04C694522989BBD000E1E65E /* SingleSourceDSP.h */, + 04C6945B2989BBD000E1E65E /* UPCAnechoic.cpp */, + 04C6944F2989BBD000E1E65E /* UPCAnechoic.h */, + ); + path = BinauralSpatializer; + sourceTree = ""; + }; + 04C694792989BBD000E1E65E /* Common */ = { + isa = PBXGroup; + children = ( + 04C694A22989BBD000E1E65E /* AIR.h */, + 04C6948C2989BBD000E1E65E /* AudioState.h */, + 04C6947B2989BBD000E1E65E /* BiquadFilter.cpp */, + 04C694932989BBD000E1E65E /* BiquadFilter.h */, + 04C694942989BBD000E1E65E /* Buffer.h */, + 04C694912989BBD000E1E65E /* CommonDefinitions.h */, + 04C6947E2989BBD000E1E65E /* Conventions.h */, + 04C6949C2989BBD000E1E65E /* Delay.cpp */, + 04C6949E2989BBD000E1E65E /* Delay.h */, + 04C694822989BBD000E1E65E /* DistanceAttenuator.cpp */, + 04C694A42989BBD000E1E65E /* DistanceAttenuator.h */, + 04C694952989BBD000E1E65E /* DynamicCompressorMono.cpp */, + 04C6948D2989BBD000E1E65E /* DynamicCompressorMono.h */, + 04C694842989BBD000E1E65E /* DynamicCompressorStereo.cpp */, + 04C6949F2989BBD000E1E65E /* DynamicCompressorStereo.h */, + 04C6947C2989BBD000E1E65E /* DynamicExpanderMono.cpp */, + 04C6948A2989BBD000E1E65E /* DynamicExpanderMono.h */, + 04C694892989BBD000E1E65E /* DynamicProcessor.h */, + 04C694AB2989BBD000E1E65E /* EnvelopeDetector.cpp */, + 04C694A62989BBD000E1E65E /* EnvelopeDetector.h */, + 04C694832989BBD000E1E65E /* ErrorHandler.cpp */, + 04C6947D2989BBD000E1E65E /* ErrorHandler.h */, + 04C694A12989BBD000E1E65E /* FarDistanceEffects.cpp */, + 04C694A52989BBD000E1E65E /* FarDistanceEffects.h */, + 04C694972989BBD000E1E65E /* fftsg.cpp */, + 04C694882989BBD000E1E65E /* fftsg.h */, + 04C694992989BBD000E1E65E /* FiltersBank.cpp */, + 04C6948F2989BBD000E1E65E /* FiltersBank.h */, + 04C6948E2989BBD000E1E65E /* FiltersChain.cpp */, + 04C694802989BBD000E1E65E /* FiltersChain.h */, + 04C6949A2989BBD000E1E65E /* Fprocessor.cpp */, + 04C694852989BBD000E1E65E /* Fprocessor.h */, + 04C694A92989BBD000E1E65E /* GammatoneFilter.cpp */, + 04C694812989BBD000E1E65E /* GammatoneFilter.h */, + 04C694902989BBD000E1E65E /* GammatoneFilterBank.cpp */, + 04C694A82989BBD000E1E65E /* GammatoneFilterBank.h */, + 04C6949D2989BBD000E1E65E /* Magnitudes.cpp */, + 04C6947F2989BBD000E1E65E /* Magnitudes.h */, + 04C694A72989BBD000E1E65E /* NoiseGenerator.cpp */, + 04C694A02989BBD000E1E65E /* NoiseGenerator.h */, + 04C694872989BBD000E1E65E /* Profiler.cpp */, + 04C694A32989BBD000E1E65E /* Profiler.h */, + 04C6949B2989BBD000E1E65E /* Quaternion.cpp */, + 04C6948B2989BBD000E1E65E /* Quaternion.h */, + 04C694962989BBD000E1E65E /* Transform.cpp */, + 04C694982989BBD000E1E65E /* Transform.h */, + 04C6947A2989BBD000E1E65E /* UPCEnvironment.cpp */, + 04C694922989BBD000E1E65E /* UPCEnvironment.h */, + 04C694862989BBD000E1E65E /* Vector3.cpp */, + 04C694AA2989BBD000E1E65E /* Vector3.h */, + ); + path = Common; + sourceTree = ""; + }; + 04C698732989C3C200E1E65E /* Frameworks */ = { + isa = PBXGroup; + children = ( + 04C698782989C3D200E1E65E /* libpthread.tbd */, + 04C698762989C3C900E1E65E /* CoreFoundation.framework */, + 04C698742989C3C200E1E65E /* CoreAudio.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 04C68B2E2989B43100E1E65E /* example_1_basic_spatialisation_rtaudio */ = { + isa = PBXNativeTarget; + buildConfigurationList = 04C68B362989B43100E1E65E /* Build configuration list for PBXNativeTarget "example_1_basic_spatialisation_rtaudio" */; + buildPhases = ( + 04C68B2B2989B43100E1E65E /* Sources */, + 04C68B2C2989B43100E1E65E /* Frameworks */, + 04C68B2D2989B43100E1E65E /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = example_1_basic_spatialisation_rtaudio; + productName = example_1_basic_spatialisation_rtaudio; + productReference = 04C68B2F2989B43100E1E65E /* example_1_basic_spatialisation_rtaudio */; + productType = "com.apple.product-type.tool"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 04C68B272989B43100E1E65E /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastUpgradeCheck = 1420; + TargetAttributes = { + 04C68B2E2989B43100E1E65E = { + CreatedOnToolsVersion = 14.2; + }; + }; + }; + buildConfigurationList = 04C68B2A2989B43100E1E65E /* Build configuration list for PBXProject "example_1_basic_spatialisation_rtaudio" */; + compatibilityVersion = "Xcode 14.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 04C68B262989B43100E1E65E; + productRefGroup = 04C68B302989B43100E1E65E /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 04C68B2E2989B43100E1E65E /* example_1_basic_spatialisation_rtaudio */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + 04C68B2B2989B43100E1E65E /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 04C68B402989B8E700E1E65E /* BasicSpatialisationRTAudio.cpp in Sources */, + 04C6984A2989BBD800E1E65E /* BRIR.cpp in Sources */, + 04C6986E2989BBD900E1E65E /* GammatoneFilter.cpp in Sources */, + 04C698662989BBD800E1E65E /* fftsg.cpp in Sources */, + 04C698602989BBD800E1E65E /* Vector3.cpp in Sources */, + 04C698722989C10900E1E65E /* RtAudio.cpp in Sources */, + 04C698612989BBD800E1E65E /* Profiler.cpp in Sources */, + 04C6985E2989BBD800E1E65E /* ErrorHandler.cpp in Sources */, + 04C6984B2989BBD800E1E65E /* ILD.cpp in Sources */, + 04C6984C2989BBD800E1E65E /* HRTF.cpp in Sources */, + 04C698492989BBD800E1E65E /* SingleSourceDSP.cpp in Sources */, + 04C698692989BBD900E1E65E /* Quaternion.cpp in Sources */, + 04C6986B2989BBD900E1E65E /* Magnitudes.cpp in Sources */, + 04C6985A2989BBD800E1E65E /* UPCEnvironment.cpp in Sources */, + 04C698642989BBD800E1E65E /* DynamicCompressorMono.cpp in Sources */, + 04C698652989BBD800E1E65E /* Transform.cpp in Sources */, + 04C698432989BBD800E1E65E /* BRIRFactory.cpp in Sources */, + 04C698452989BBD800E1E65E /* HRTFCereal.cpp in Sources */, + 04C6985F2989BBD800E1E65E /* DynamicCompressorStereo.cpp in Sources */, + 04C698622989BBD800E1E65E /* FiltersChain.cpp in Sources */, + 04C698442989BBD800E1E65E /* HRTFFactory.cpp in Sources */, + 04C6985B2989BBD800E1E65E /* BiquadFilter.cpp in Sources */, + 04C698462989BBD800E1E65E /* ILDCereal.cpp in Sources */, + 04C6985C2989BBD800E1E65E /* DynamicExpanderMono.cpp in Sources */, + 04C6984D2989BBD800E1E65E /* UPCAnechoic.cpp in Sources */, + 04C698422989BBD800E1E65E /* BRIRCereal.cpp in Sources */, + 04C698472989BBD800E1E65E /* Environment.cpp in Sources */, + 04C6984E2989BBD800E1E65E /* Listener.cpp in Sources */, + 04C698672989BBD800E1E65E /* FiltersBank.cpp in Sources */, + 04C698482989BBD800E1E65E /* Core.cpp in Sources */, + 04C6986F2989BBD900E1E65E /* EnvelopeDetector.cpp in Sources */, + 04C698632989BBD800E1E65E /* GammatoneFilterBank.cpp in Sources */, + 04C6986D2989BBD900E1E65E /* NoiseGenerator.cpp in Sources */, + 04C6986C2989BBD900E1E65E /* FarDistanceEffects.cpp in Sources */, + 04C6985D2989BBD800E1E65E /* DistanceAttenuator.cpp in Sources */, + 04C698682989BBD900E1E65E /* Fprocessor.cpp in Sources */, + 04C6986A2989BBD900E1E65E /* Delay.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 04C68B342989B43100E1E65E /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + __MACOSX_CORE__, + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = ( + ./../../../3dti_AudioToolkit/3dti_Toolkit, + ./../../../3dti_AudioToolkit/3dti_ResourceManager, + ./../../../3dti_AudioToolkit/3dti_ResourceManager/third_party_libraries/cereal/include, + ./../../../3dti_AudioToolkit/3dti_ResourceManager/third_party_libraries/eigen, + ./../../../3dti_AudioToolkit/3dti_ResourceManager/third_party_libraries/sofacoustics/libsofa/dependencies/include, + ./../../../3dti_AudioToolkit/3dti_ResourceManager/third_party_libraries/sofacoustics/libsofa/src, + ); + LIBRARY_SEARCH_PATHS = ( + ./../../../3dti_AudioToolkit/3dti_ResourceManager/third_party_libraries/sofacoustics/libsofa/lib, + ./../../../3dti_AudioToolkit/3dti_ResourceManager/third_party_libraries/sofacoustics/libsofa/dependencies/lib/macos, + ); + MACOSX_DEPLOYMENT_TARGET = 12.6; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + OTHER_LDFLAGS = ( + "-lsofa", + "-lnetcdf", + "-lnetcdf_c++4", + "-lhdf5", + "-lhdf5_hl", + "-lcurl", + "-lz", + ); + SDKROOT = macosx; + }; + name = Debug; + }; + 04C68B352989B43100E1E65E /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREPROCESSOR_DEFINITIONS = __MACOSX_CORE__; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = ( + ./../../../3dti_AudioToolkit/3dti_Toolkit, + ./../../../3dti_AudioToolkit/3dti_ResourceManager, + ./../../../3dti_AudioToolkit/3dti_ResourceManager/third_party_libraries/cereal/include, + ./../../../3dti_AudioToolkit/3dti_ResourceManager/third_party_libraries/eigen, + ./../../../3dti_AudioToolkit/3dti_ResourceManager/third_party_libraries/sofacoustics/libsofa/dependencies/include, + ./../../../3dti_AudioToolkit/3dti_ResourceManager/third_party_libraries/sofacoustics/libsofa/src, + ); + LIBRARY_SEARCH_PATHS = ( + ./../../../3dti_AudioToolkit/3dti_ResourceManager/third_party_libraries/sofacoustics/libsofa/lib, + ./../../../3dti_AudioToolkit/3dti_ResourceManager/third_party_libraries/sofacoustics/libsofa/dependencies/lib/macos, + ); + MACOSX_DEPLOYMENT_TARGET = 12.6; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + OTHER_LDFLAGS = ( + "-lsofa", + "-lnetcdf", + "-lnetcdf_c++4", + "-lhdf5", + "-lhdf5_hl", + "-lcurl", + "-lz", + ); + SDKROOT = macosx; + }; + name = Release; + }; + 04C68B372989B43100E1E65E /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 04C68B382989B43100E1E65E /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 04C68B2A2989B43100E1E65E /* Build configuration list for PBXProject "example_1_basic_spatialisation_rtaudio" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 04C68B342989B43100E1E65E /* Debug */, + 04C68B352989B43100E1E65E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 04C68B362989B43100E1E65E /* Build configuration list for PBXNativeTarget "example_1_basic_spatialisation_rtaudio" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 04C68B372989B43100E1E65E /* Debug */, + 04C68B382989B43100E1E65E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 04C68B272989B43100E1E65E /* Project object */; +} diff --git a/example_1_basic_spatialisation_rtaudio/src/BasicSpatialisationRTAudio.h b/example_1_basic_spatialisation_rtaudio/src/BasicSpatialisationRTAudio.h index 31e4668..e4c008f 100644 --- a/example_1_basic_spatialisation_rtaudio/src/BasicSpatialisationRTAudio.h +++ b/example_1_basic_spatialisation_rtaudio/src/BasicSpatialisationRTAudio.h @@ -25,12 +25,12 @@ #include #include -#include -#include -#include -#include -#include -#include +#include "HRTF/HRTFFactory.h" +#include "HRTF/HRTFCereal.h" +#include "BRIR/BRIRFactory.h" +#include "BRIR/BRIRCereal.h" +#include "BinauralSpatializer/3DTI_BinauralSpatializer.h" +#include "RtAudio.h" shared_ptr audio; // Pointer to RtAudio API