Re: [Qemu-devel] [PATCH v2 43/52] audio: add mixeng option (documentation)

2019-01-16 Thread Eric Blake
On 1/16/19 2:27 PM, Zoltán Kővágó wrote: >>> +++ b/qapi/audio.json >>> @@ -184,6 +184,10 @@ >>> # >>> # General audio backend options that are used for both playback and >>> recording. >>> # >>> +# @mixeng: #optional use QEMU's mixing engine to mix all streams inside >>> QEMU. >> >> The #opti

Re: [Qemu-devel] [PATCH v2 43/52] audio: add mixeng option (documentation)

2019-01-16 Thread Zoltán Kővágó
On 2019-01-10 02:43, Eric Blake wrote: > On 12/23/18 2:52 PM, Kővágó, Zoltán wrote: >> This will allow us to disable mixeng when we use a decent backend. >> >> Disabling mixeng have a few advantages: >> * we no longer convert the audio output from one format to another, when >> the underlying aud

Re: [Qemu-devel] [PATCH v2 43/52] audio: add mixeng option (documentation)

2019-01-10 Thread Markus Armbruster
Eric Blake writes: > On 12/23/18 2:52 PM, Kővágó, Zoltán wrote: >> This will allow us to disable mixeng when we use a decent backend. >> >> Disabling mixeng have a few advantages: >> * we no longer convert the audio output from one format to another, when >> the underlying audio system would j

Re: [Qemu-devel] [PATCH v2 43/52] audio: add mixeng option (documentation)

2019-01-09 Thread Eric Blake
On 12/23/18 2:52 PM, Kővágó, Zoltán wrote: > This will allow us to disable mixeng when we use a decent backend. > > Disabling mixeng have a few advantages: > * we no longer convert the audio output from one format to another, when > the underlying audio system would just convert it to a third fo

[Qemu-devel] [PATCH v2 43/52] audio: add mixeng option (documentation)

2018-12-23 Thread Kővágó, Zoltán
This will allow us to disable mixeng when we use a decent backend. Disabling mixeng have a few advantages: * we no longer convert the audio output from one format to another, when the underlying audio system would just convert it to a third format. We no longer convert, only the underlying sys