Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
ITADataSources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Institute of Technical Acoustics (ITA)
ITADataSources
Commits
d4d3a8b2
Commit
d4d3a8b2
authored
Jan 25, 2017
by
Anne Heimes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests datendurchstz Server
parent
1d1fe808
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
tests/NetAudio/ITANetAudioStreamingServerTest.cpp
tests/NetAudio/ITANetAudioStreamingServerTest.cpp
+3
-3
tests/NetAudio/ITANetAudioTest.cpp
tests/NetAudio/ITANetAudioTest.cpp
+1
-1
No files found.
tests/NetAudio/ITANetAudioStreamingServerTest.cpp
View file @
d4d3a8b2
...
...
@@ -9,11 +9,11 @@
using
namespace
std
;
static
string
g_sServerName
=
"
localhost
"
;
static
string
g_sServerName
=
"
137.226.61.67
"
;
static
int
g_iServerPort
=
12480
;
static
double
g_dSampleRate
=
44100
;
static
int
g_iBlockLength
=
1024
;
static
int
g_iChannels
=
2
0
;
static
int
g_iBlockLength
=
512
;
static
int
g_iChannels
=
50
0
;
int
main
(
int
,
char
**
)
{
...
...
tests/NetAudio/ITANetAudioTest.cpp
View file @
d4d3a8b2
...
...
@@ -17,7 +17,7 @@
using
namespace
std
;
const
static
string
g_sServerName
=
"
localhost
"
;
const
static
string
g_sServerName
=
"
137.226.61.67
"
;
const
static
string
g_sInputFilePath
=
"gershwin-mono.wav"
;
const
static
int
g_iServerPort
=
12480
;
const
static
double
g_dSampleRate
=
44100
;
...
...
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