[PATCH v2 0/6] mostly changes related to audio float samples

Volker Rümelin posted 6 patches 5 years, 11 months ago
Test docker-quick@centos7 passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/2a4ade5f-d39b-3094-578f-6cced4650720@t-online.de
Maintainers: Markus Armbruster <armbru@redhat.com>, Eric Blake <eblake@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>
audio/mixeng.c          | 26 +++++++++++++-------------
audio/mixeng_template.h | 22 ++++++++++------------
qapi/audio.json         | 14 ++++++++++++++
qemu-options.hx         |  4 ++--
4 files changed, 39 insertions(+), 27 deletions(-)
[PATCH v2 0/6] mostly changes related to audio float samples
Posted by Volker Rümelin 5 years, 11 months ago
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(-)

-- 
2.16.4


Re: [PATCH v2 0/6] mostly changes related to audio float samples
Posted by Gerd Hoffmann 5 years, 10 months ago
On Sun, Mar 08, 2020 at 08:29:05PM +0100, Volker Rümelin wrote:
> v2:
> - "qapi/audio: add documentation for AudioFormat"
>   Markus suggested to correct a spelling mistake.
> 
> - "audio: add audiodev format=f32 option documentation"
>   New patch.

Pull request sent.

thanks,
  Gerd