Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
VACore
Commits
18b56a32
Commit
18b56a32
authored
Feb 03, 2017
by
Jonas Stienen
Browse files
More path caps problems fixed
parent
2dfd7d1a
Changes
12
Hide whitespace changes
Inline
Side-by-side
src/Audiosignals/VAMachineSignalSource.cpp
View file @
18b56a32
...
...
@@ -9,7 +9,7 @@
#include <ITAConstants.h>
#include <ITAException.h>
#include <ITAFade.h>
#include <ITAFile
s
ystemUtils.h>
#include <ITAFile
S
ystemUtils.h>
#include <ITASampleFrame.h>
#include <sstream>
...
...
src/Data/VADirectivityManager.cpp
View file @
18b56a32
...
...
@@ -4,7 +4,7 @@
#include <VAException.h>
#include <ITAASCIITable.h>
#include <ITAFile
s
ystemUtils.h>
#include <ITAFile
S
ystemUtils.h>
#include <ITAException.h>
#include <ITAFunctors.h>
#include <ITAStringUtils.h>
...
...
src/Data/VAHRIRManager.cpp
View file @
18b56a32
...
...
@@ -9,7 +9,7 @@
#include <algorithm>
#include <ITAASCIITable.h>
#include <ITAFile
s
ystemUtils.h>
#include <ITAFile
S
ystemUtils.h>
#include <ITAException.h>
#include <ITAFunctors.h>
#include <ITAStringUtils.h>
...
...
src/Data/VAHRIRMultiDataset3D.cpp
View file @
18b56a32
...
...
@@ -29,7 +29,7 @@
#include <cassert>
#include <ITAException.h>
#include <ITAFunctors.h>
#include <ITAFile
s
ystemUtils.h>
#include <ITAFile
S
ystemUtils.h>
#include <ITANumericUtils.h>
#include <ITASampleFrame.h>
#include <ITAStringUtils.h>
...
...
src/Filtering/VAVariableDelayLine.h
View file @
18b56a32
...
...
@@ -26,7 +26,7 @@
#include <ITAAtomicPrimitives.h>
#include <ITACriticalSection.h>
#include <ITADataLog.h>
#include <ITAStop
w
atch.h>
#include <ITAStop
W
atch.h>
//! Vorwärtsdeklarationen
class
ITASampleBuffer
;
...
...
@@ -253,8 +253,8 @@ private:
bool
m_bStarted
;
//!< Statusvariable zur Initialisierung
ITAStopWatch
m_swBufferSizeInc
;
//!< Stop
w
atch zur Überwachung von Speicherallozierungszeiten
ITAStopWatch
m_swProcess
;
//!< Stop
w
atch zur Überwachung der Berechnungsschleife
ITAStopWatch
m_swBufferSizeInc
;
//!< Stop
W
atch zur Überwachung von Speicherallozierungszeiten
ITAStopWatch
m_swProcess
;
//!< Stop
W
atch zur Überwachung der Berechnungsschleife
int
m_iNumberOfDropouts
;
//!< Zählt die Anzahl durch die VDL verursachten Ausfälle
IVAInterpolationRoutine
*
m_pInterpolationRoutine
;
//!< Zeiger auf Interpolationsroutine
...
...
src/Rendering/Ambisonics/Freefield/VAAmbisonicsFreefieldAudioRenderer.cpp
View file @
18b56a32
...
...
@@ -11,7 +11,7 @@
#include "../../../VALog.h"
#include <ITADatasourceRealization.h>
#include <ITAFileData
s
ource
.h
>
#include <ITAFileData
S
ource>
#include <ITANumericUtils.h>
#include <ITAStreamInfo.h>
#include <ITAFastMath.h>
...
...
src/Rendering/Binaural/ArtificialReverb/VABinauralArtificialReverb.cpp
View file @
18b56a32
...
...
@@ -32,7 +32,7 @@
#include <ITAConfigUtils.h>
#include <ITADatasourceRealization.h>
#include <ITASampleBuffer.h>
#include <ITAStop
w
atch.h>
#include <ITAStop
W
atch.h>
#include <ITASampleFrame.h>
#include <ITAStreamInfo.h>
#include <ITAFastMath.h>
...
...
src/Rendering/Monaural/FreeField/VAMonauralFreeFieldAudioRenderer.cpp
View file @
18b56a32
...
...
@@ -29,7 +29,7 @@
#include <ITAConfigUtils.h>
#include <ITADatasourceRealization.h>
#include <ITASampleBuffer.h>
#include <ITAStop
w
atch.h>
#include <ITAStop
W
atch.h>
#include <ITASampleFrame.h>
#include <ITAStreamInfo.h>
#include <ITAFastMath.h>
...
...
src/Rendering/Prototyping/HearingAid/VAPTHearingAidRenderer.cpp
View file @
18b56a32
...
...
@@ -33,7 +33,7 @@
#include <ITAConfigUtils.h>
#include <ITADatasourceRealization.h>
#include <ITASampleBuffer.h>
#include <ITAStop
w
atch.h>
#include <ITAStop
W
atch.h>
#include <ITASampleFrame.h>
#include <ITAStreamInfo.h>
#include <ITAFastMath.h>
...
...
src/Reproduction/Binaural/VAHeadphonesReproduction.cpp
View file @
18b56a32
...
...
@@ -8,7 +8,7 @@
#include <DSMBCConvolver.h>
#include <DSMBCFilter.h>
#include <ITAFile
s
ystemUtils.h>
#include <ITAFile
S
ystemUtils.h>
#include <ITASampleFrame.h>
#include <ITANumericUtils.h>
...
...
src/Reproduction/Binaural/VANCTCReproduction.cpp
View file @
18b56a32
...
...
@@ -13,7 +13,7 @@
#include <ITAFastMath.h>
#include <ITAFFTUtils.h>
#include <ITAFile
s
ystemUtils.h>
#include <ITAFile
S
ystemUtils.h>
#include <ITANCTC.h>
#include <ITANCTCStreamFilter.h>
#include <DAFF.h>
...
...
src/Utils/VAUtils.cpp
View file @
18b56a32
...
...
@@ -5,7 +5,7 @@
#include "../Scene/VAMotionState.h"
#include <ITAConstants.h>
#include <ITAFile
s
ystemUtils.h>
#include <ITAFile
S
ystemUtils.h>
#include <ITANumericUtils.h>
#include <ITAStringUtils.h>
#include <ITAConfigUtils.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment