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
88a8730d
Commit
88a8730d
authored
Dec 19, 2016
by
Anne
Browse files
edit cmake + Streaming added
parent
3c5b3c01
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
88a8730d
...
...
@@ -2,14 +2,7 @@ CMakeCache.txt
CMakeFiles
*.suo
<<<<<<< HEAD
*.suo
*.bat
*.exe
*.wav
=======
CMakeFiles
*.bat
*.exe
>>>>>>> develop
*.wav
\ No newline at end of file
CMakeLists.txt
View file @
88a8730d
...
...
@@ -53,6 +53,7 @@ set( ITADataSourcesHeader
"include/ITANetAudioServer.h"
"include/ITANetAudioStream.h"
"include/ITANetAudioStreamingServer.h"
"include/ITANetAudioStreamingClient.h"
"include/ITAPeakDetector.h"
"include/ITARMSDetector.h"
"include/ITAStreamAmplifier.h"
...
...
include/ITANetAudioStreamingClient.h
View file @
88a8730d
...
...
@@ -21,6 +21,7 @@
#include
<ITADataSourcesDefinitions.h>
#include
<VistaInterProcComm/Concurrency/VistaThreadLoop.h>
#include
<ITADataSource.h>
#include
<ITASampleFrame.h>
...
...
@@ -28,6 +29,7 @@
#include
<vector>
class
CITANetAudioClient
;
class
CITANetAudioStream
;
//! Network audio streaming client
/**
...
...
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