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
7e44e697
Commit
7e44e697
authored
Feb 03, 2017
by
Jonas Stienen
Browse files
Fixing bug in binaural artificial reverb (uninitialized const member!)
parent
15bc75d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Rendering/Binaural/ArtificialReverb/VABinauralArtificialReverb.cpp
View file @
7e44e697
...
...
@@ -199,6 +199,7 @@ private:
CVABinauralArtificialReverbAudioRenderer
::
CVABinauralArtificialReverbAudioRenderer
(
const
CVAAudioRendererInitParams
&
oParams
)
:
ITADatasourceRealization
(
2
,
oParams
.
pCore
->
GetCoreConfig
()
->
oAudioDriverConfig
.
dSampleRate
,
oParams
.
pCore
->
GetCoreConfig
()
->
oAudioDriverConfig
.
iBuffersize
)
,
CVAObject
(
oParams
.
sClass
+
":"
+
oParams
.
sID
)
,
m_oParams
(
oParams
)
,
m_pCore
(
oParams
.
pCore
)
,
m_pCurSceneState
(
NULL
)
,
m_pListenerPool
(
IVAObjectPool
::
Create
(
2
,
2
,
new
CVAPoolObjectDefaultFactory
<
Listener
>
,
true
)
)
...
...
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