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)
ITADataSources
Commits
a898d8fd
Commit
a898d8fd
authored
Mar 24, 2017
by
Anne Heimes
Browse files
bugfix
parent
05bd803e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/NetAudio/ITANetAudioTest.cpp
View file @
a898d8fd
...
...
@@ -49,7 +49,7 @@ public:
void
ThreadBody
(
)
{
vstr
::
out
()
<<
"[ NetAudioTestServer ] Starting net audio server and waiting for client connections on '"
<<
g_sServerName
<<
"' on port "
<<
g_iServerPort
<<
endl
;
pStreamingServer
->
Start
(
g_sServerName
,
g_iServerPort
);
pStreamingServer
->
Start
(
g_sServerName
,
g_iServerPort
,
0.1
);
};
private:
...
...
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