Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ITADataSources
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institute of Technical Acoustics (ITA)
ITADataSources
Commits
b3bbf79a
Commit
b3bbf79a
authored
8 years ago
by
Anne Heimes
Browse files
Options
Downloads
Patches
Plain Diff
add madi to test
parent
8c33c69d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/NetAudio/ITANetAudioTest.cpp
+2
-1
2 additions, 1 deletion
tests/NetAudio/ITANetAudioTest.cpp
with
2 additions
and
1 deletion
tests/NetAudio/ITANetAudioTest.cpp
+
2
−
1
View file @
b3bbf79a
...
...
@@ -32,8 +32,9 @@ const static int g_iRingerBufferCapacity = g_iBlockLength * 10;
const
static
double
g_dDuration
=
10.0
f
;
const
static
double
g_dSyncTimout
=
0.001
f
;
const
static
bool
g_bUseASIO
=
true
;
const
static
string
g_sAudioInterface
=
"ASIO
4ALL v2
"
;
const
static
string
g_sAudioInterface
=
"ASIO
MADIface USB
"
;
//const static string g_sAudioInterface = "ASIO Hammerfall DSP";
//const static string g_sAudioInterface = "ASIO4ALL v2";
const
static
bool
g_bUseUDP
=
false
;
class
CSampleGenerator
:
public
CITASampleProcessor
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment