From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58111 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZtSe-0005TB-7f for qemu-devel@nongnu.org; Mon, 03 Jan 2011 18:05:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZtSd-0000mA-1E for qemu-devel@nongnu.org; Mon, 03 Jan 2011 18:05:08 -0500 Received: from mail.serverraum.org ([78.47.150.89]:44487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZtSc-0000m6-Sm for qemu-devel@nongnu.org; Mon, 03 Jan 2011 18:05:06 -0500 From: Michael Walle Date: Tue, 4 Jan 2011 00:05:03 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201101040005.03670.michael@walle.cc> Subject: [Qemu-devel] audio: Mixing engine and mixer emulation List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: qemu-devel@nongnu.org Hi, the SWVoiceIn volume is never used, although there is AUD_set_volume_in() to set it. Would it be possible to add support for it? So we could get the mixer emulation for capture devices too? BTW i see you can only attenuate an audio stream with these volume settings (you can only set a max value of 255 and the formula is nominal_value * vol / 255). Would it be possible to support amplification too? -- Michael