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)
VABase
Commits
03f8374c
Commit
03f8374c
authored
Dec 17, 2016
by
Dipl.-Ing. Jonas Stienen
Browse files
Net audio style and minor defs
parent
7af19924
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/VAAudioSignalSource.h
View file @
03f8374c
...
...
@@ -51,7 +51,7 @@ public:
/**
* The type literals describe the type of the audio signal source.
*/
enum
enum
AudioSignalSourceType
{
VA_SS_AUDIOFILE
=
0
,
//!< Sound source is an audio file (from secondary storage)
VA_SS_SEQUENCER
,
//!< Sound source is a music sequencer (MIDI, DAWs, ...)
...
...
include/VACore.h
View file @
03f8374c
...
...
@@ -390,9 +390,8 @@ public:
*
* \return ID of signal source
*/
virtual
std
::
string
CreateNetworkStreamSignalSource
(
const
std
::
string
&
sInterface
,
int
iPort
,
const
std
::
string
&
sName
=
""
)
=
0
;
virtual
std
::
string
CreateNetworkStreamSignalSource
(
const
std
::
string
&
sInterface
,
int
iPort
,
const
std
::
string
&
sName
=
""
)
=
0
;
//! Creates a rotating engine source
/**
* \param sName Name of the engine
...
...
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