Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
5d83fc08
Commit
5d83fc08
authored
Jul 24, 2014
by
jehan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apply linphone_core_audio_adaptive_jittcomp_enabled to audio stream in coomand audio-stream-start
parent
c6b84e1c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.cproject
.cproject
+1
-0
daemon/commands/audio-stream-start.cc
daemon/commands/audio-stream-start.cc
+1
-0
No files found.
.cproject
View file @
5d83fc08
...
...
@@ -41,6 +41,7 @@
<fileInfo
id=
"0.2079208171.2090246372"
name=
"ringback.wav"
rcbsApplicability=
"disable"
resourcePath=
"tester/sounds/ringback.wav"
toolsToInvoke=
""
/>
<sourceEntries>
<entry
flags=
"VALUE_WORKSPACE_PATH"
kind=
"sourcePath"
name=
"coreapi"
/>
<entry
flags=
"VALUE_WORKSPACE_PATH"
kind=
"sourcePath"
name=
"daemon"
/>
<entry
flags=
"VALUE_WORKSPACE_PATH"
kind=
"sourcePath"
name=
"gtk"
/>
<entry
flags=
"VALUE_WORKSPACE_PATH"
kind=
"sourcePath"
name=
"include"
/>
<entry
flags=
"VALUE_WORKSPACE_PATH"
kind=
"sourcePath"
name=
"tester"
/>
...
...
daemon/commands/audio-stream-start.cc
View file @
5d83fc08
...
...
@@ -36,6 +36,7 @@ void AudioStreamStartCommand::exec(Daemon *app, const char *args) {
rtp_profile_set_payload
(
default_profile
,
payload_type
,
pt
);
}
}
audio_stream_enable_adaptive_jittcomp
(
stream
,
linphone_core_audio_adaptive_jittcomp_enabled
(
app
->
getCore
()));
int
err
=
audio_stream_start_now
(
stream
,
default_profile
,
addr
,
port
,
port
+
1
,
payload_type
,
jitt
,
play_card
,
capture_card
,
echo_canceller
);
if
(
oldpt
)
rtp_profile_set_payload
(
default_profile
,
payload_type
,
oldpt
);
if
(
err
!=
0
)
{
...
...
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