Re: In kernel mixing - audio cloning

2016-12-28 Thread Timo Buhrmester
> I do get some audible artifacts with this patch It was pointed out to me on IRC that this is not caused by your patch, so, never mind.

Re: In kernel mixing - audio cloning

2016-12-28 Thread Taylor R Campbell
Date: Wed, 28 Dec 2016 14:05:58 +1100 From: Nathanial Sloss Please see ftp://ftp.netbsd.org/pub/NetBSD/misc/nat/audio-clone.diff The audio device is cloned and their is no longer a limitation of one device per process and file descriptors may be shared among

Re: In kernel mixing - audio cloning

2016-12-28 Thread Timo Buhrmester
> The audio device is cloned and their is no longer a limitation of one device > per process and file descriptors may be shared among processes. Awesome! Cloning works, the volume-going-down-with-each-open(2) problem is gone. I do get some audible artifacts with this patch, though, at least for

In kernel mixing - audio cloning

2016-12-27 Thread Nathanial Sloss
Hi, Please see ftp://ftp.netbsd.org/pub/NetBSD/misc/nat/audio-clone.diff The audio device is cloned and their is no longer a limitation of one device per process and file descriptors may be shared among processes. The only function that gave me trouble was audiommap which still has to be