* PulseAudio with WebRTC echo cancellation (aec): support for webrtc-audio-processing package
@ 2017-04-20 12:25 Koenraad Verheyden
2017-04-20 13:24 ` Tanu Kaskinen
0 siblings, 1 reply; 6+ messages in thread
From: Koenraad Verheyden @ 2017-04-20 12:25 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 564 bytes --]
Hey all,
I want to use PulseAudio with WebRTC echo cancellation. Enabling this
depends on the webrtc-audio-processing library [1].
In an earlier message to this list [2] it was decided to add the
configuration option to the pulseaudio recipe, although the
webrtc-audio-processing package isn't implemented yet in OE-core
Is there any progress on this?
With kind regards,
Koenraad
[1]:
https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/
[2]:
http://lists.openembedded.org/pipermail/openembedded-core/2016-July/124131.html
[-- Attachment #2: Type: text/html, Size: 796 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: PulseAudio with WebRTC echo cancellation (aec): support for webrtc-audio-processing package
2017-04-20 12:25 PulseAudio with WebRTC echo cancellation (aec): support for webrtc-audio-processing package Koenraad Verheyden
@ 2017-04-20 13:24 ` Tanu Kaskinen
2017-04-20 20:14 ` Koenraad Verheyden
0 siblings, 1 reply; 6+ messages in thread
From: Tanu Kaskinen @ 2017-04-20 13:24 UTC (permalink / raw)
To: openembedded-core
On Thu, 2017-04-20 at 14:25 +0200, Koenraad Verheyden wrote:
> Hey all,
>
> I want to use PulseAudio with WebRTC echo cancellation. Enabling this
> depends on the webrtc-audio-processing library [1].
> In an earlier message to this list [2] it was decided to add the
> configuration option to the pulseaudio recipe, although the
> webrtc-audio-processing package isn't implemented yet in OE-core
>
> Is there any progress on this?
I don't think anyone has been working on it.
You mentioned adding webrtc-audio-processing to oe-core, but to me
meta-oe would seem like a more natural place for the recipe, because
it's not a hard dependency of anything in oe-core.
--
Tanu
https://www.patreon.com/tanuk
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: PulseAudio with WebRTC echo cancellation (aec): support for webrtc-audio-processing package
2017-04-20 13:24 ` Tanu Kaskinen
@ 2017-04-20 20:14 ` Koenraad Verheyden
2017-04-21 9:53 ` Tanu Kaskinen
0 siblings, 1 reply; 6+ messages in thread
From: Koenraad Verheyden @ 2017-04-20 20:14 UTC (permalink / raw)
To: Tanu Kaskinen; +Cc: openembedded-core
I am not familiar with the organization of the various recipes. I
mentioned oe-core since the original message was posted there.
Meta-oe seems more suitable indeed.
How much work would it be to make a recipe for this?
I need it for a short-term project and am not in a position to further
support it afterwards.
If this is unfeasible I'll look into alternative libraries.
All the best,
Koenraad
On 20 April 2017 at 15:24, Tanu Kaskinen <tanuk@iki.fi> wrote:
> On Thu, 2017-04-20 at 14:25 +0200, Koenraad Verheyden wrote:
>> Hey all,
>>
>> I want to use PulseAudio with WebRTC echo cancellation. Enabling this
>> depends on the webrtc-audio-processing library [1].
>> In an earlier message to this list [2] it was decided to add the
>> configuration option to the pulseaudio recipe, although the
>> webrtc-audio-processing package isn't implemented yet in OE-core
>>
>> Is there any progress on this?
>
> I don't think anyone has been working on it.
>
> You mentioned adding webrtc-audio-processing to oe-core, but to me
> meta-oe would seem like a more natural place for the recipe, because
> it's not a hard dependency of anything in oe-core.
>
> --
> Tanu
>
> https://www.patreon.com/tanuk
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: PulseAudio with WebRTC echo cancellation (aec): support for webrtc-audio-processing package
2017-04-20 20:14 ` Koenraad Verheyden
@ 2017-04-21 9:53 ` Tanu Kaskinen
2017-05-09 11:59 ` Koenraad Verheyden
0 siblings, 1 reply; 6+ messages in thread
From: Tanu Kaskinen @ 2017-04-21 9:53 UTC (permalink / raw)
To: openembedded-core
On Thu, 2017-04-20 at 22:14 +0200, Koenraad Verheyden wrote:
> I am not familiar with the organization of the various recipes. I
> mentioned oe-core since the original message was posted there.
> Meta-oe seems more suitable indeed.
>
> How much work would it be to make a recipe for this?
> I need it for a short-term project and am not in a position to further
> support it afterwards.
Writing the recipe should be fairly simple. I can do that at some
point, but if you want it fast, write the recipe yourself. I volunteer
to maintain it.
--
Tanu
https://www.patreon.com/tanuk
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: PulseAudio with WebRTC echo cancellation (aec): support for webrtc-audio-processing package
2017-04-21 9:53 ` Tanu Kaskinen
@ 2017-05-09 11:59 ` Koenraad Verheyden
2017-05-11 8:42 ` Tanu Kaskinen
0 siblings, 1 reply; 6+ messages in thread
From: Koenraad Verheyden @ 2017-05-09 11:59 UTC (permalink / raw)
To: Tanu Kaskinen; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1857 bytes --]
Hi Tanu,
I've written a script myself, referencing how other scripts did this. Was
indeed not so hard.
This is the first time writing such a script so I can't guarantee
everything is correct or the right way to do (especially the license
stuff). But this works for me.
You can do with this script as you want.
With kind regards,
Koenraad
The script:
==========
DESCRIPTION = "This is meant to be a more Linux packaging friendly copy of
the AudioProcessing module from the WebRTC project."
HOMEPAGE = "
https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=da08a38a32a340c5d91e13ee86a118f2"
SRC_URI = "http://freedesktop.org/software/pulseaudio/${BPN}/${BP}.tar.xz"
SRC_URI[md5sum] = "336ae032f608e65808ac577cde0ab72c"
SRC_URI[sha256sum] =
"756e291d4f557d88cd50c4fe3b8454ec238362d22cedb3e6173240d90f0a80fa"
inherit autotools
==========
On 21 April 2017 at 11:53, Tanu Kaskinen <tanuk@iki.fi> wrote:
> On Thu, 2017-04-20 at 22:14 +0200, Koenraad Verheyden wrote:
> > I am not familiar with the organization of the various recipes. I
> > mentioned oe-core since the original message was posted there.
> > Meta-oe seems more suitable indeed.
> >
> > How much work would it be to make a recipe for this?
> > I need it for a short-term project and am not in a position to further
> > support it afterwards.
>
> Writing the recipe should be fairly simple. I can do that at some
> point, but if you want it fast, write the recipe yourself. I volunteer
> to maintain it.
>
> --
> Tanu
>
> https://www.patreon.com/tanuk
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
[-- Attachment #2: Type: text/html, Size: 2915 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: PulseAudio with WebRTC echo cancellation (aec): support for webrtc-audio-processing package
2017-05-09 11:59 ` Koenraad Verheyden
@ 2017-05-11 8:42 ` Tanu Kaskinen
0 siblings, 0 replies; 6+ messages in thread
From: Tanu Kaskinen @ 2017-05-11 8:42 UTC (permalink / raw)
To: Koenraad Verheyden; +Cc: openembedded-core
On Tue, 2017-05-09 at 13:59 +0200, Koenraad Verheyden wrote:
> Hi Tanu,
>
> I've written a script myself, referencing how other scripts did this. Was
> indeed not so hard.
> This is the first time writing such a script so I can't guarantee
> everything is correct or the right way to do (especially the license
> stuff). But this works for me.
>
> You can do with this script as you want.
Thanks! I already wrote a recipe myself, though. I haven't submitted it
yet, because it doesn't build on mips (and probably not on mips64 or
aarch64 either).
--
Tanu
https://www.patreon.com/tanuk
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-05-11 8:42 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-20 12:25 PulseAudio with WebRTC echo cancellation (aec): support for webrtc-audio-processing package Koenraad Verheyden
2017-04-20 13:24 ` Tanu Kaskinen
2017-04-20 20:14 ` Koenraad Verheyden
2017-04-21 9:53 ` Tanu Kaskinen
2017-05-09 11:59 ` Koenraad Verheyden
2017-05-11 8:42 ` Tanu Kaskinen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.