[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-10-08 Thread Michael Terry
Thanks, Seth! So the compiler warning fix is already in our packaging. And we're back in sync now too! But this still needs a team bug subscriber... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-10-08 Thread David Henningsson
@mterry, I just added the ubuntu-audio team as bug subscriber, just as we have for alsa-driver, pulseaudio, etc. Is this what you're looking for, or is it something else? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-10-08 Thread Michael Terry
Yup, perfect! ** Changed in: webrtc-audio-processing (Ubuntu) Status: Incomplete = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1325859 Title: [MIR] webrtc-audio-processing

[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-10-08 Thread Matthias Klose
Override component to main webrtc-audio-processing 0.1-3 in utopic: universe/libs - main libwebrtc-audio-processing-0 0.1-3 in utopic amd64: universe/libs/extra/100% - main libwebrtc-audio-processing-0 0.1-3 in utopic arm64: universe/libs/extra/100% - main libwebrtc-audio-processing-0 0.1-3 in

[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-10-07 Thread Seth Arnold
I reviewed webrtc-audio-processing version 0.1-2ubuntu2 as checked into utopic. This review should not be considered a full security audit but rather a quick gauge of maintainability. - This packages WebRTC code, a collection of codec/protocols used for realtime communication. - Build-depends

[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-07-04 Thread David Henningsson
Here's a debdiff for the compiler warning. ** Patch added: debdiff.patch https://bugs.launchpad.net/ubuntu/+source/webrtc-audio-processing/+bug/1325859/+attachment/4145504/+files/debdiff.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-06-10 Thread David Henningsson
* Needs a team bug subscriber, for whomever will look after this in Ubuntu I suggest ubuntu-audio team. * I'm seeing the following compile warning which seems troubling. Any comment on that? Looking at the actual code, it makes sense to rewrite as for (j = 0; j 2; j++) for (i = 0; i

[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-06-10 Thread Michael Terry
Yar, it's probably an easy fix. But the warning implies that optimization will make the current code result in undefined behavior? Is there an actual problem with the current code or is it an ignorable warning? -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-06-10 Thread David Henningsson
And fixed upstream: https://code.google.com/p/webrtc/source/diff?spec=svn2321r=2321format=sidepath=/trunk/src/modules/audio_processing/agc/analog_agc.c -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-06-10 Thread David Henningsson
Is there an actual problem with the current code or is it an ignorable warning? My gut says it's an ignorable warning, but I wouldn't bet on it - I'd prefer to fix it using the code above. Want me to make a debdiff you can sponsor? -- You received this bug notification because you are a

[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-06-09 Thread Michael Terry
* Needs a team bug subscriber, for whomever will look after this in Ubuntu * I'm seeing the following compile warning which seems troubling. Any comment on that? CC libagc_la-analog_agc.lo analog_agc.c: In function 'WebRtcAgc_Init': analog_agc.c:1651:24: warning: iteration 10u invokes

[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-06-09 Thread Jamie Strandboge
** Changed in: webrtc-audio-processing (Ubuntu) Assignee: Ubuntu Security Team (ubuntu-security) = Seth Arnold (seth-arnold) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1325859 Title: [MIR]

[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-06-03 Thread Puyol
Hello I installed this package already web-audio-processing but when i use : pactl load-module module-echo-cancel aec_method=webrtc it return : Failure: Module initalization failed!! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-06-03 Thread Puyol
sorry for the inconvenience, so i have to modify the source code or what, how to rebuild pulseaudio with libwebrtc-audio-processing-dev? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1325859 Title:

[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-06-03 Thread David Henningsson
Hello I installed this package already web-audio-processing but when i use : pactl load-module module-echo-cancel aec_method=webrtc it return : Failure: Module initalization failed!! Yes, this is because pulseaudio builds without webrtc support by default. Just installing the package is not

[Bug 1325859] Re: [MIR] webrtc-audio-processing

2014-06-03 Thread David Henningsson
sorry for the inconvenience, so i have to modify the source code or what, how to rebuild pulseaudio with libwebrtc-audio-processing-dev? Here's one of all links that explains how to rebuild a package: http://www.cyberciti.biz/faq/rebuilding-ubuntu-debian-linux-binary- package/ Also, before