Skip to content
GitLab
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
c8efffa6
Commit
c8efffa6
authored
Nov 28, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
progress
parent
f189e0d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c8efffa6
...
...
@@ -197,7 +197,7 @@ include_directories( "include" )
if
(
ITA_CORE_LIBS_BUILD_STATIC
)
add_definitions
(
-DITA_BASE_STATIC -DITA_DATA_SOURCES_STATIC -DITA_DIFFRACTION_STATIC -DITA_GEO_STATIC -DITA_CONVOLUTION_STATIC -DITA_FFT_STATIC -DITA_CTC_STATIC -DITA_SAMPLER_STATIC
)
add_definitions
(
-DITA_BASE_STATIC -DITA_DATA_SOURCES_STATIC -DITA_DIFFRACTION_STATIC -DITA_GEO_STATIC -DITA_CONVOLUTION_STATIC -DITA_FFT_STATIC -DITA_CTC_STATIC
-DITA_DSP_STATIC
-DITA_SAMPLER_STATIC
)
endif
(
ITA_CORE_LIBS_BUILD_STATIC
)
if
(
ITA_VISTA_BUILD_STATIC
)
...
...
src/Reproduction/Binaural/VAHeadphonesReproduction.cpp
View file @
c8efffa6
...
...
@@ -94,7 +94,7 @@ CVAHeadphonesReproduction::CVAHeadphonesReproduction( const CVAAudioReproduction
conf
.
OptInteger
(
"HpIRInvFilterLength"
,
iHpIRInvFilterLength
,
m_sfHpIRInv
.
length
()
);
if
(
iHpIRInvFilterLength
<
m_sfHpIRInv
.
length
()
)
VA_WARN
(
"HPEQ reproduction module"
,
"Filter length of given inverse HPIR file is longer than configured length"
);
VA_WARN
(
"HPEQ reproduction module"
,
"Filter length of given inverse HPIR file is longer than configured length
. Cropping.
"
);
// Calibrate ( HPTF * HPTFinv == 0dB )
m_sfHpIRInv
.
mul_scalar
(
float
(
dEqualizationCalibrationGain
)
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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