From patchwork Sun Mar 8 19:29:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Volker_R=C3=BCmelin?= X-Patchwork-Id: 1251097 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48bBJ94kvkz9sPF for ; Mon, 9 Mar 2020 06:29:42 +1100 (AEDT) Received: from localhost ([::1]:60962 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jB1cH-00006i-69 for incoming@patchwork.ozlabs.org; Sun, 08 Mar 2020 15:29:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36642) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jB1bs-00006c-M5 for qemu-devel@nongnu.org; Sun, 08 Mar 2020 15:29:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jB1br-0002CR-Me for qemu-devel@nongnu.org; Sun, 08 Mar 2020 15:29:12 -0400 Received: from mailout08.t-online.de ([194.25.134.20]:55678) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jB1bp-0002AA-2U for qemu-devel@nongnu.org; Sun, 08 Mar 2020 15:29:11 -0400 Received: from fwd34.aul.t-online.de (fwd34.aul.t-online.de [172.20.26.145]) by mailout08.t-online.de (Postfix) with SMTP id 00D524153470; Sun, 8 Mar 2020 20:29:06 +0100 (CET) Received: from [192.168.211.200] (XdjYOcZQ8h8CsdaUV4Y-sJkKvD8bH+9U24LocDL71fjiJhdv6q1jO9Z13rStaxCggH@[79.208.31.100]) by fwd34.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1jB1bl-23ytGq0; Sun, 8 Mar 2020 20:29:05 +0100 From: =?utf-8?q?Volker_R=C3=BCmelin?= Subject: [PATCH v2 0/6] mostly changes related to audio float samples To: Gerd Hoffmann , Eric Blake , Markus Armbruster Message-ID: <2a4ade5f-d39b-3094-578f-6cced4650720@t-online.de> Date: Sun, 8 Mar 2020 20:29:05 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 Content-Language: en-US X-ID: XdjYOcZQ8h8CsdaUV4Y-sJkKvD8bH+9U24LocDL71fjiJhdv6q1jO9Z13rStaxCggH X-TOI-MSGID: 2a21eb4e-7cfa-475d-8f2c-5d19ff8de2a7 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 194.25.134.20 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: John Arbuckle , Howard Spoelstra , Mark Cave-Ayland , QEMU , =?utf-8?b?Wm9sdMOhbiBLxZF2w6Fnw7M=?= Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" v2: - "qapi/audio: add documentation for AudioFormat"   Markus suggested to correct a spelling mistake. - "audio: add audiodev format=f32 option documentation"   New patch. Volker Rümelin (6):   qapi/audio: add documentation for AudioFormat   audio: change naming scheme of FLOAT_CONV macros   audio: consistency changes   audio: change mixing engine float range to [-1.f, 1.f]   audio: fix saturation nonlinearity in clip_* functions   audio: add audiodev format=f32 option documentation  audio/mixeng.c          | 26 +++++++++++++-------------  audio/mixeng_template.h | 22 ++++++++++------------  qapi/audio.json         | 14 ++++++++++++++  qemu-options.hx         |  4 ++--  4 files changed, 39 insertions(+), 27 deletions(-)