Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jacktrip
Commits
7c41fceb
Commit
7c41fceb
authored
Jul 13, 2020
by
cc
Browse files
removed -- jacktrip client name set to=
parent
2b2e4f39
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/JackTrip.cpp
View file @
7c41fceb
...
...
@@ -157,12 +157,11 @@ void JackTrip::setupAudio(
mAudioBitResolution
);
#ifdef WAIRTOHUB // WAIR
QString
VARIABLE_AUDIO_NAME
=
WAIR_AUDIO_NAME
;
// legacy for WAIR
QByteArray
tmp
=
QString
(
mPeerAddress
).
replace
(
":"
,
"."
).
toLatin1
();
if
(
mPeerAddress
.
toStdString
()
!=
""
)
mJackClientName
=
tmp
.
constData
();
std
::
cout
<<
"WAIR ID "
<<
ID
<<
" jacktrip client name set to="
<<
mJackClientName
<<
std
::
endl
;
//
std::cout << "WAIR ID " << ID << " jacktrip client name set to=" <<
//
mJackClientName << std::endl;
#endif // endwhere
...
...
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