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)
ITADataSources
Commits
ff8adbcf
Commit
ff8adbcf
authored
Nov 22, 2016
by
Fabian Schlieper
Browse files
changes from odroid
parent
296a284f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ff8adbcf
...
...
@@ -72,6 +72,8 @@ set( ITADataSourcesSources
"src/ITAStreamYJunction.cpp"
)
list
(
APPEND ITADataSourcesSources
"src/ITADataSourceUtils.cpp"
)
# Filter windows-only components
if
(
WIN32
)
list
(
APPEND ITADataSourcesHeader
"include/ITAStreamPump.h"
"include/ITADataSourceUtils.h"
)
...
...
include/ITAStreamPatchBay.h
View file @
ff8adbcf
...
...
@@ -259,7 +259,7 @@ private:
std
::
vector
<
const
float
*
>
vpfInputData
;
//!< Pointers to the next stream blocks
InputDesc
(
const
int
iChannels
,
const
int
iBlockLength
)
:
vpfInputData
(
iChannels
,
NULL
)
:
vpfInputData
(
iChannels
,
nullptr
)
{
this
->
iChannels
=
iChannels
;
fCurrentGain
=
1.0
F
,
fNewGain
=
1.0
F
;
...
...
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