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
57f6cf07
Commit
57f6cf07
authored
Oct 09, 2019
by
Sebastian Riebeling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added B-Format Rotation; Matrix Calculation, Gain multiplication
parent
7ff9b31b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
388 additions
and
106 deletions
+388
-106
src/Reproduction/Binaural/VAAmbisonicsBinauralMixdownReproduction.cpp
...tion/Binaural/VAAmbisonicsBinauralMixdownReproduction.cpp
+383
-106
src/Reproduction/Binaural/VAAmbisonicsBinauralMixdownReproduction.h
...uction/Binaural/VAAmbisonicsBinauralMixdownReproduction.h
+5
-0
No files found.
src/Reproduction/Binaural/VAAmbisonicsBinauralMixdownReproduction.cpp
View file @
57f6cf07
This diff is collapsed.
Click to expand it.
src/Reproduction/Binaural/VAAmbisonicsBinauralMixdownReproduction.h
View file @
57f6cf07
...
...
@@ -59,6 +59,7 @@ public:
Eigen
::
MatrixXd
CalculatePseudoInverse
(
Eigen
::
MatrixXd
);
void
UpdateScene
(
CVASceneState
*
pNewState
);
private:
std
::
string
m_sName
;
...
...
@@ -68,6 +69,10 @@ private:
int
m_iAmbisonicsTruncationOrder
;
std
::
string
m_sRotationMode
;
Eigen
::
MatrixXd
m_matYinv
;
std
::
vector
<
double
>
m_vdRemaxWeights
;
Eigen
::
MatrixXd
m_orderMatrices
[
5
];
std
::
vector
<
const
CVAHardwareOutput
*
>
m_vpTargetOutputs
;
const
CVAHardwareOutput
*
m_pVirtualOutput
;
...
...
Write
Preview
Markdown
is supported
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