From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJmN6-0006XR-3y for qemu-devel@nongnu.org; Sun, 13 Dec 2009 06:12:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJmMy-0006We-Ad for qemu-devel@nongnu.org; Sun, 13 Dec 2009 06:12:15 -0500 Received: from [199.232.76.173] (port=32920 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJmMy-0006Wb-2t for qemu-devel@nongnu.org; Sun, 13 Dec 2009 06:12:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:24462) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NJmMw-0000XQ-OX for qemu-devel@nongnu.org; Sun, 13 Dec 2009 06:12:07 -0500 Date: Sun, 13 Dec 2009 13:11:43 +0200 From: Izik Eidus Subject: Re: [Qemu-devel] Spice project is now open Message-ID: <20091213131143.7e965dd0@redhat.com> In-Reply-To: <20091211222659.503bcac2@redhat.com> References: <1393046876.1549021260539141025.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com> <4B226BFC.1040606@codemonkey.ws> <20091211204828.464707cf@redhat.com> <20091211211039.14de9533@redhat.com> <20091211213358.6221a93f@redhat.com> <20091211222659.503bcac2@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Izik Eidus Cc: Yaniv Kamay , qemu-devel@nongnu.org On Fri, 11 Dec 2009 22:26:59 +0200 Izik Eidus wrote: > On Fri, 11 Dec 2009 22:53:25 +0300 (MSK) > malc wrote: > > > On Fri, 11 Dec 2009, Izik Eidus wrote: > > > > > On Fri, 11 Dec 2009 22:24:38 +0300 (MSK) > > > malc wrote: > > > > > > > On Fri, 11 Dec 2009, Izik Eidus wrote: > > > > > > > > > On Fri, 11 Dec 2009 22:03:33 +0300 (MSK) > > > > > malc wrote: > > > > > > > > > > > On Fri, 11 Dec 2009, Izik Eidus wrote: > > > > > > > > > > > > > On Fri, 11 Dec 2009 09:57:48 -0600 > > > > > > > Anthony Liguori wrote: > > > > > > > > > > > > > [..snip..] > > > > > > > > > > > > > > > > > > > > > [..snip..] > > > > > > > > > > > > > > > > Any particular reason for implementing audio as a driver > > > > > > instead of a capture? > > > > > > > > > > > > > > > Spice doesnt have paravirtual audio driver, it use the AC97 > > > > > device. > > > > > > > > Yes it has - interface_audio_driver in > > > > audio/vd_interface_audio.c > > > > > > > > > > I think the file name here is missleading you... > > > > I think you just don't understand what i'm asking. Let me try to > > expand: one way to implement audio interception is by having a > > special audio_driver (wavaudio.c vd_interface_audio.c) the other is > > by using a capture interface atop of existing driver (wavcapture.c > > vnc.c) > > > > I was curious as to why the former was chosen. > > > > I see what you mean, I didnt write this part, so i will have to ask > who wrote it and will come back to you with an answer why he did it > like that. Why sould we be any differnt from alsa or ogg, we are just another audio player. > > Thanks. > >