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
a73a9f06
Commit
a73a9f06
authored
Aug 17, 2017
by
michael.kohnen
Browse files
Updated Ambisonics to actual implementation of core
parent
5c196116
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Rendering/Ambisonics/Freefield/VAAmbisonicsFreefieldAudioRenderer.cpp
View file @
a73a9f06
...
...
@@ -1161,7 +1161,7 @@ void CVAAFFSoundPath::UpdateDir(bool bDIRAuraModeEnabled)
{
std
::
vector
<
float
>
vfMags
(
CITAThirdOctaveMagnitudeSpectrum
::
GetNumBands
());
pDirectivityDataNew
->
getMagnitudes
(
oDirectivityStateNew
.
iRecord
,
0
,
&
vfMags
[
0
]);
CITAThirdOctaveMagnitudeSpectrum
oDirectivityMagnitudes
;
CITAThirdOctave
Gain
MagnitudeSpectrum
oDirectivityMagnitudes
;
oDirectivityMagnitudes
.
SetMagnitudes
(
vfMags
);
pThirdOctaveFilterBank
->
SetMagnitudes
(
oDirectivityMagnitudes
);
}
...
...
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