Re: [OE-core] PulseAudio with WebRTC echo cancellation (aec): support for webrtc-audio-processing package

2017-05-11 Thread Tanu Kaskinen
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
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] PulseAudio with WebRTC echo cancellation (aec): support for webrtc-audio-processing package

2017-05-09 Thread Koenraad Verheyden
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  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
>
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] PulseAudio with WebRTC echo cancellation (aec): support for webrtc-audio-processing package

2017-04-21 Thread Tanu Kaskinen
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


Re: [OE-core] PulseAudio with WebRTC echo cancellation (aec): support for webrtc-audio-processing package

2017-04-20 Thread Koenraad Verheyden
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  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
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] PulseAudio with WebRTC echo cancellation (aec): support for webrtc-audio-processing package

2017-04-20 Thread Tanu Kaskinen
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
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] PulseAudio with WebRTC echo cancellation (aec): support for webrtc-audio-processing package

2017-04-20 Thread Koenraad Verheyden
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
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core