Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Institute of Technical Acoustics (ITA)
VACore
Commits
c07a3884
Commit
c07a3884
authored
Mar 23, 2020
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extending license to 2020 and adding quick fir/iir keys for binaural freefield renderer directivity
parent
df0e324e
Changes
212
Hide whitespace changes
Inline
Side-by-side
Showing
75 changed files
with
82 additions
and
79 deletions
+82
-79
.gitignore
.gitignore
+3
-0
CMakeLists.txt
CMakeLists.txt
+1
-1
conf/VACore.ini.proto
conf/VACore.ini.proto
+2
-2
include/VACore.h
include/VACore.h
+1
-1
include/VACoreDefinitions.h
include/VACoreDefinitions.h
+1
-1
include/VACoreFactory.h
include/VACoreFactory.h
+1
-1
include/VANetworkStreamAudioSignalSource.h
include/VANetworkStreamAudioSignalSource.h
+1
-1
include/VAObjectPool.h
include/VAObjectPool.h
+1
-1
include/VAPoolObject.h
include/VAPoolObject.h
+1
-1
include/VAReferenceableObject.h
include/VAReferenceableObject.h
+1
-1
include/VAUncopyable.h
include/VAUncopyable.h
+1
-1
src/Audiosignals/VAAudioSignalSourceManager.cpp
src/Audiosignals/VAAudioSignalSourceManager.cpp
+1
-1
src/Audiosignals/VAAudioSignalSourceManager.h
src/Audiosignals/VAAudioSignalSourceManager.h
+1
-1
src/Audiosignals/VAAudiofileSignalSource.cpp
src/Audiosignals/VAAudiofileSignalSource.cpp
+1
-1
src/Audiosignals/VAAudiofileSignalSource.h
src/Audiosignals/VAAudiofileSignalSource.h
+1
-1
src/Audiosignals/VADeviceInputSignalSource.cpp
src/Audiosignals/VADeviceInputSignalSource.cpp
+1
-1
src/Audiosignals/VADeviceInputSignalSource.h
src/Audiosignals/VADeviceInputSignalSource.h
+1
-1
src/Audiosignals/VAEngineSignalSource.cpp
src/Audiosignals/VAEngineSignalSource.cpp
+1
-1
src/Audiosignals/VAEngineSignalSource.h
src/Audiosignals/VAEngineSignalSource.h
+1
-1
src/Audiosignals/VAMachineSignalSource.cpp
src/Audiosignals/VAMachineSignalSource.cpp
+1
-1
src/Audiosignals/VAMachineSignalSource.h
src/Audiosignals/VAMachineSignalSource.h
+1
-1
src/Audiosignals/VANetstreamSignalSource.cpp
src/Audiosignals/VANetstreamSignalSource.cpp
+1
-1
src/Audiosignals/VANetstreamSignalSource.h
src/Audiosignals/VANetstreamSignalSource.h
+1
-1
src/Audiosignals/VANetworkStreamAudioSignalSource.cpp
src/Audiosignals/VANetworkStreamAudioSignalSource.cpp
+1
-1
src/Audiosignals/VASequencerSignalSource.cpp
src/Audiosignals/VASequencerSignalSource.cpp
+1
-1
src/Audiosignals/VASequencerSignalSource.h
src/Audiosignals/VASequencerSignalSource.h
+1
-1
src/Audiosignals/VATextToSpeechSignalSource.cpp
src/Audiosignals/VATextToSpeechSignalSource.cpp
+1
-1
src/Audiosignals/VATextToSpeechSignalSource.h
src/Audiosignals/VATextToSpeechSignalSource.h
+1
-1
src/Drivers/Audio/VAASIOBackend.cpp
src/Drivers/Audio/VAASIOBackend.cpp
+1
-1
src/Drivers/Audio/VAASIOBackend.h
src/Drivers/Audio/VAASIOBackend.h
+1
-1
src/Drivers/Audio/VAAudioDriverBackend.cpp
src/Drivers/Audio/VAAudioDriverBackend.cpp
+1
-1
src/Drivers/Audio/VAAudioDriverBackend.h
src/Drivers/Audio/VAAudioDriverBackend.h
+1
-1
src/Drivers/Audio/VAAudioDriverConfig.cpp
src/Drivers/Audio/VAAudioDriverConfig.cpp
+1
-1
src/Drivers/Audio/VAAudioDriverConfig.h
src/Drivers/Audio/VAAudioDriverConfig.h
+1
-1
src/Drivers/Audio/VAPortaudioBackend.cpp
src/Drivers/Audio/VAPortaudioBackend.cpp
+1
-1
src/Drivers/Audio/VAPortaudioBackend.h
src/Drivers/Audio/VAPortaudioBackend.h
+1
-1
src/Drivers/Audio/VAVirtualAudioDriverBackend.h
src/Drivers/Audio/VAVirtualAudioDriverBackend.h
+1
-1
src/Filtering/VATemporalVariations.h
src/Filtering/VATemporalVariations.h
+1
-1
src/Medium/VAHomogeneousMedium.h
src/Medium/VAHomogeneousMedium.h
+1
-1
src/Motion/VAMotionModel.h
src/Motion/VAMotionModel.h
+1
-1
src/Motion/VAMotionModelBase.cpp
src/Motion/VAMotionModelBase.cpp
+1
-1
src/Motion/VAMotionModelBase.h
src/Motion/VAMotionModelBase.h
+1
-1
src/Motion/VASampleAndHoldMotionModel.cpp
src/Motion/VASampleAndHoldMotionModel.cpp
+1
-1
src/Motion/VASampleAndHoldMotionModel.h
src/Motion/VASampleAndHoldMotionModel.h
+1
-1
src/Motion/VASharedMotionModel.h
src/Motion/VASharedMotionModel.h
+1
-1
src/Rendering/Ambient/Mixer/VAAmbientMixerAudioRenderer.cpp
src/Rendering/Ambient/Mixer/VAAmbientMixerAudioRenderer.cpp
+1
-1
src/Rendering/Ambient/Mixer/VAAmbientMixerAudioRenderer.h
src/Rendering/Ambient/Mixer/VAAmbientMixerAudioRenderer.h
+1
-1
src/Rendering/Ambisonics/Freefield/VAAmbisonicsFreefieldAudioRenderer.cpp
...bisonics/Freefield/VAAmbisonicsFreefieldAudioRenderer.cpp
+1
-1
src/Rendering/Ambisonics/Freefield/VAAmbisonicsFreefieldAudioRenderer.h
...Ambisonics/Freefield/VAAmbisonicsFreefieldAudioRenderer.h
+1
-1
src/Rendering/Binaural/AirTrafficNoise/VAAirTrafficNoiseAudioRenderer.cpp
...naural/AirTrafficNoise/VAAirTrafficNoiseAudioRenderer.cpp
+1
-1
src/Rendering/Binaural/AirTrafficNoise/VAAirTrafficNoiseAudioRenderer.h
...Binaural/AirTrafficNoise/VAAirTrafficNoiseAudioRenderer.h
+1
-1
src/Rendering/Binaural/AirTrafficNoise/VAAirTrafficNoiseSoundPath.h
...ing/Binaural/AirTrafficNoise/VAAirTrafficNoiseSoundPath.h
+1
-1
src/Rendering/Binaural/AirTrafficNoise/VAAirTrafficNoiseSoundReceiver.h
...Binaural/AirTrafficNoise/VAAirTrafficNoiseSoundReceiver.h
+1
-1
src/Rendering/Binaural/AirTrafficNoise/VAAirTrafficNoiseSoundSource.h
...g/Binaural/AirTrafficNoise/VAAirTrafficNoiseSoundSource.h
+1
-1
src/Rendering/Binaural/ArtificialReverb/VABinauralArtificialReverb.cpp
.../Binaural/ArtificialReverb/VABinauralArtificialReverb.cpp
+1
-1
src/Rendering/Binaural/Clustering/Engine/VABinauralClustering.h
...ndering/Binaural/Clustering/Engine/VABinauralClustering.h
+1
-1
src/Rendering/Binaural/Clustering/Engine/VABinauralClusteringDirection.h
...inaural/Clustering/Engine/VABinauralClusteringDirection.h
+1
-1
src/Rendering/Binaural/Clustering/Engine/VABinauralClusteringDirectionPoolFactory.h
...stering/Engine/VABinauralClusteringDirectionPoolFactory.h
+1
-1
src/Rendering/Binaural/Clustering/Engine/VABinauralClusteringEngine.h
...g/Binaural/Clustering/Engine/VABinauralClusteringEngine.h
+1
-1
src/Rendering/Binaural/Clustering/Engine/VABinauralClusteringPoolFactory.h
...aural/Clustering/Engine/VABinauralClusteringPoolFactory.h
+1
-1
src/Rendering/Binaural/Clustering/Engine/VABinauralClusteringState.h
...ng/Binaural/Clustering/Engine/VABinauralClusteringState.h
+1
-1
src/Rendering/Binaural/Clustering/Receiver/VABinauralClusteringReceiver.h
...naural/Clustering/Receiver/VABinauralClusteringReceiver.h
+1
-1
src/Rendering/Binaural/Clustering/Receiver/VABinauralClusteringReceiverPoolFactory.h
...tering/Receiver/VABinauralClusteringReceiverPoolFactory.h
+1
-1
src/Rendering/Binaural/Clustering/VABinauralClusteringRenderer.h
...dering/Binaural/Clustering/VABinauralClusteringRenderer.h
+1
-1
src/Rendering/Binaural/Clustering/VABinauralWaveFront.h
src/Rendering/Binaural/Clustering/VABinauralWaveFront.h
+1
-1
src/Rendering/Binaural/Clustering/WaveFront/VABinauralWaveFrontBase.h
...g/Binaural/Clustering/WaveFront/VABinauralWaveFrontBase.h
+1
-1
src/Rendering/Binaural/Clustering/WaveFront/VABinauralWaveFrontBasePoolFactory.h
...Clustering/WaveFront/VABinauralWaveFrontBasePoolFactory.h
+1
-1
src/Rendering/Binaural/FreeField/VABinauralFreeFieldAudioRenderer.cpp
...g/Binaural/FreeField/VABinauralFreeFieldAudioRenderer.cpp
+5
-5
src/Rendering/Binaural/FreeField/VABinauralFreefieldAudioRenderer.h
...ing/Binaural/FreeField/VABinauralFreefieldAudioRenderer.h
+1
-1
src/Rendering/Binaural/OutdoorNoise/VABinauralOutdoorNoiseAudioRenderer.cpp
...ural/OutdoorNoise/VABinauralOutdoorNoiseAudioRenderer.cpp
+1
-1
src/Rendering/Binaural/OutdoorNoise/VABinauralOutdoorNoiseAudioRenderer.h
...naural/OutdoorNoise/VABinauralOutdoorNoiseAudioRenderer.h
+1
-1
src/Rendering/Binaural/OutdoorNoise/VABinauralOutdoorSource.h
...Rendering/Binaural/OutdoorNoise/VABinauralOutdoorSource.h
+1
-1
src/Rendering/Binaural/OutdoorNoise/VABinauralOutdoorWaveFront.h
...dering/Binaural/OutdoorNoise/VABinauralOutdoorWaveFront.h
+1
-1
src/Rendering/Binaural/OutdoorNoise/VABinauralOutdoorWaveFrontPoolFactory.h
...ural/OutdoorNoise/VABinauralOutdoorWaveFrontPoolFactory.h
+1
-1
src/Rendering/Binaural/RoomAcoustics/VARoomAcousticsAudioRenderer.cpp
...g/Binaural/RoomAcoustics/VARoomAcousticsAudioRenderer.cpp
+1
-1
No files found.
.gitignore
View file @
c07a3884
...
...
@@ -4,6 +4,9 @@ conf/*.ini
*.log
*.daff
*.dat
*.obj
*.ac
*.skp
*.sofa
*.wav
HTML
...
...
CMakeLists.txt
View file @
c07a3884
...
...
@@ -62,7 +62,7 @@ if( ITA_VA_CORE_LIBS_FFT_USES_FFTW3 )
endif
(
)
if
(
NOT DEFINED ITA_VACORE_VERSION_MAJOR
)
set
(
ITA_VACORE_VERSION_MAJOR
"v20
19
"
CACHE STRING
"VACore version major (usually 'v' and year)"
)
set
(
ITA_VACORE_VERSION_MAJOR
"v20
20
"
CACHE STRING
"VACore version major (usually 'v' and year)"
)
endif
(
)
if
(
NOT DEFINED ITA_VACORE_VERSION_MINOR
)
set
(
ITA_VACORE_VERSION_MINOR
"a"
CACHE STRING
"VACore version minor (usually a,b,c ...)"
)
...
...
conf/VACore.ini.proto
View file @
c07a3884
...
...
@@ -157,8 +157,8 @@ MotionModelLogInputSources = false
MotionModelLogEstimatedOutputSources
=
false
MotionModelLogInputListener
=
false
MotionModelLogEstimatedOutputListener
=
false
SwitchingAlgorithm
=
line
ar
FilterBankType
=
iir
_burg_order10
SwitchingAlgorithm
=
cubicsp
line
FilterBankType
=
iir
[
Renderer
:
MyAmbientMixer
]
class
=
AmbientMixer
...
...
include/VACore.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
include/VACoreDefinitions.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
include/VACoreFactory.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
include/VANetworkStreamAudioSignalSource.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
include/VAObjectPool.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
include/VAPoolObject.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
include/VAReferenceableObject.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
include/VAUncopyable.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Audiosignals/VAAudioSignalSourceManager.cpp
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Audiosignals/VAAudioSignalSourceManager.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Audiosignals/VAAudiofileSignalSource.cpp
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Audiosignals/VAAudiofileSignalSource.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Audiosignals/VADeviceInputSignalSource.cpp
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Audiosignals/VADeviceInputSignalSource.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Audiosignals/VAEngineSignalSource.cpp
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Audiosignals/VAEngineSignalSource.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Audiosignals/VAMachineSignalSource.cpp
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Audiosignals/VAMachineSignalSource.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Audiosignals/VANetstreamSignalSource.cpp
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Audiosignals/VANetstreamSignalSource.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Audiosignals/VANetworkStreamAudioSignalSource.cpp
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Audiosignals/VASequencerSignalSource.cpp
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Audiosignals/VASequencerSignalSource.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Audiosignals/VATextToSpeechSignalSource.cpp
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Audiosignals/VATextToSpeechSignalSource.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Drivers/Audio/VAASIOBackend.cpp
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Drivers/Audio/VAASIOBackend.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Drivers/Audio/VAAudioDriverBackend.cpp
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Drivers/Audio/VAAudioDriverBackend.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Drivers/Audio/VAAudioDriverConfig.cpp
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Drivers/Audio/VAAudioDriverConfig.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Drivers/Audio/VAPortaudioBackend.cpp
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Drivers/Audio/VAPortaudioBackend.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Drivers/Audio/VAVirtualAudioDriverBackend.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Filtering/VATemporalVariations.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Medium/VAHomogeneousMedium.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Motion/VAMotionModel.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Motion/VAMotionModelBase.cpp
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Motion/VAMotionModelBase.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Motion/VASampleAndHoldMotionModel.cpp
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Motion/VASampleAndHoldMotionModel.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Motion/VASharedMotionModel.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Rendering/Ambient/Mixer/VAAmbientMixerAudioRenderer.cpp
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Rendering/Ambient/Mixer/VAAmbientMixerAudioRenderer.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Rendering/Ambisonics/Freefield/VAAmbisonicsFreefieldAudioRenderer.cpp
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Rendering/Ambisonics/Freefield/VAAmbisonicsFreefieldAudioRenderer.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Rendering/Binaural/AirTrafficNoise/VAAirTrafficNoiseAudioRenderer.cpp
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Rendering/Binaural/AirTrafficNoise/VAAirTrafficNoiseAudioRenderer.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Rendering/Binaural/AirTrafficNoise/VAAirTrafficNoiseSoundPath.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Rendering/Binaural/AirTrafficNoise/VAAirTrafficNoiseSoundReceiver.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Rendering/Binaural/AirTrafficNoise/VAAirTrafficNoiseSoundSource.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Rendering/Binaural/ArtificialReverb/VABinauralArtificialReverb.cpp
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Rendering/Binaural/Clustering/Engine/VABinauralClustering.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Rendering/Binaural/Clustering/Engine/VABinauralClusteringDirection.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Rendering/Binaural/Clustering/Engine/VABinauralClusteringDirectionPoolFactory.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Rendering/Binaural/Clustering/Engine/VABinauralClusteringEngine.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0
* VVV VVV AAA
* VVV VVV AAA Copyright 2015-20
19
* VVV VVV AAA Copyright 2015-20
20
* VVVVVV AAA Institute of Technical Acoustics (ITA)
* VVVV AAA RWTH Aachen University
*
...
...
src/Rendering/Binaural/Clustering/Engine/VABinauralClusteringPoolFactory.h
View file @
c07a3884
...
...
@@ -4,7 +4,7 @@
* VVV VVV A Virtual Acoustics (VA) | http://www.virtualacoustics.org
* VVV VVV AAA Licensed under the Apache License, Version 2.0