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
8d5bdfee
Commit
8d5bdfee
authored
Dec 11, 2018
by
Dipl.-Ing. Jonas Stienen
Browse files
Making ambient mixer compile clean, but WIP
parent
3d6fee97
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Rendering/Ambient/Mixer/VAAmbientMixerAudioRenderer.cpp
View file @
8d5bdfee
...
...
@@ -209,13 +209,19 @@ CVAStruct CVAAmbientMixerAudioRenderer::GetParameters( const CVAStruct& oInArgs
{
if
(
oInArgs
.
IsEmpty
()
)
return
GetInfo
();
VA_EXCEPT_NOT_IMPLEMENTED
;
return
CVAStruct
();
}
CVAStruct
CVAAmbientMixerAudioRenderer
::
GetInfo
()
CVAStruct
CVAAmbientMixerAudioRenderer
::
GetInfo
()
const
{
CVAStruct
s
;
s
[
"AmbientSamplerActivated"
]
=
m_bSamplerActivated
;
s
[
"SignalSourceMixingActivated"
]
=
m_bSignalSourceMixingActivated
;
return
s
;
}
#endif // VACORE_WITH_RENDERER_AMBIENT_MIXER
src/Rendering/Ambient/Mixer/VAAmbientMixerAudioRenderer.h
View file @
8d5bdfee
...
...
@@ -60,7 +60,7 @@ public:
void
HandleProcessStream
(
ITADatasourceRealization
*
,
const
ITAStreamInfo
*
);
inline
void
HandlePostIncrementBlockPointer
(
ITADatasourceRealization
*
)
{};
static
CVAStruct
Get
Help
()
;
CVAStruct
Get
Info
()
const
;
private:
const
CVAAudioRendererInitParams
m_oParams
;
//!< Create a const copy of the init params
...
...
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