m=audio 54312 RTP/AVP 101 a=rtpmap:101 opus/48000/2 a=fmtp:101 maxplaybackrate=16000; sprop-maxcapturerate=16000
We're making a video-conferencing device, and the hardware guys said that they optimized the mic for 16 khz sample rate, and that we should use that.--Where can I specify what sample rate WebRTC uses for calls.
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/5cccf47f-60a8-465b-a521-d4866dffa27b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You need to mangle the SDP to include a line with the sprop-maxcapturerate attribute [1]. Here is an example taken from there:m=audio 54312 RTP/AVP 101 a=rtpmap:101 opus/48000/2 a=fmtp:101 maxplaybackrate=16000; sprop-maxcapturerate=16000
On Thu, Jan 5, 2017 at 7:49 AM, Kushtrim Pacaj <kushtr...@gmail.com> wrote:
We're making a video-conferencing device, and the hardware guys said that they optimized the mic for 16 khz sample rate, and that we should use that.Where can I specify what sample rate WebRTC uses for calls.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/CACjfom6myiWfS81oY-Vh0h6QTicoat4LUpRRY4SWt2rXRMx_Sw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/CAE_4u%3DMJvbpURmives%2BvPixXQ%2BXCJ428jQjVMZ9hwdzCQqmz-Q%40mail.gmail.com.
AFAIK, using SDP will not lead to a modified native input sample rate.Is it a web based client or a native client?What platform is it?
On Mon, Jan 9, 2017 at 2:24 PM, Matteo C. <matte...@gmail.com> wrote:
Hi Jose,do you know if the sprop-maxcapturerate sdp parameter is actually implemented in WebRTC?Last time I checked (some months ago) I didn't find any reference of sprop-maxcapturerate in the code.Thanks,Matteo
On Thu, Jan 5, 2017 at 8:29 PM, José Carlos Pujol <jpu...@tokbox.com> wrote:
You need to mangle the SDP to include a line with the sprop-maxcapturerate attribute [1]. Here is an example taken from there:m=audio 54312 RTP/AVP 101 a=rtpmap:101 opus/48000/2 a=fmtp:101 maxplaybackrate=16000; sprop-maxcapturerate=16000
On Thu, Jan 5, 2017 at 7:49 AM, Kushtrim Pacaj <kushtr...@gmail.com> wrote:
We're making a video-conferencing device, and the hardware guys said that they optimized the mic for 16 khz sample rate, and that we should use that.Where can I specify what sample rate WebRTC uses for calls.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/5cccf47f-60a8-465b-a521-d4866dffa27b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/CACjfom6myiWfS81oY-Vh0h6QTicoat4LUpRRY4SWt2rXRMx_Sw%40mail.gmail.com.
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/576ea194-164a-4957-b120-2c7b8c018ee6%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/f1b875d6-cbed-4b26-9c13-9787794161f8%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/CACjfom4Uuxs5xH3EuCbUJtzpCP_h01fnmabATr2g67vYaoM5BQ%40mail.gmail.com.
RTCAudioSessionConfiguration