Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Institute of Technical Acoustics (ITA)
ITADataSources
Commits
79a868df
Commit
79a868df
authored
Mar 28, 2017
by
Anne Heimes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
server test paras einlesen
parent
7468e80f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/NetAudio/ITANetAudioStreamingServerTest.cpp
tests/NetAudio/ITANetAudioStreamingServerTest.cpp
+1
-1
No files found.
tests/NetAudio/ITANetAudioStreamingServerTest.cpp
View file @
79a868df
...
...
@@ -16,7 +16,7 @@ int g_iServerPort = 12480;
double
g_dSampleRate
=
44100.0
;
int
g_iBlockLength
=
32
;
int
g_iChannels
=
2
;
int
g_iTargetLatencySamples
=
2
*
g_iBlockLength
;
// 1.4512ms
int
g_iTargetLatencySamples
=
4
*
g_iBlockLength
;
// 1.4512ms
int
g_iRingBufferSize
=
2
*
g_iTargetLatencySamples
;
double
g_dClientStatusMessageTimeout
=
0.001
;
// seconds
string
g_sFileName
=
"gershwin-mono.wav"
;
...
...
Write
Preview
Markdown
is supported
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