All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Kővágó Zoltán" <dirty.ice.hu@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] gsoc idea
Date: Sat, 07 Mar 2015 03:39:38 +0100	[thread overview]
Message-ID: <54FA64EA.7060100@gmail.com> (raw)

hi,

i'm thinking about doing a gsoc this year, and i'm interested if you 
have any opinions on my idea. (i hope i'm not late for this...)

currently the audio system in qemu is limited to 2 channels (stereo) 
sound. also it mixes all sound (if there's more than one sound card) 
into a single stream, you can't send them to different physical sound 
cards for example. if you need something like that, you'll have to 
either pass-through a sound card (but then you can't use it from the 
host), or use pulseaudio/jack/etc to send the audio over the network 
(which is problematic in case of a windows guest)

imho the audio subsystem should be rewritten to support any number of 
audio channels. also, the current global mix everything together into a 
single output method (along with it's environment variable based 
configuration, since it only allows global options, not per-device) 
should be replaced, with a system similar to how network or drives works 
(i.e. each virtual sound card would be connected to an audio device, 
with their own options)

is it a viable idea, or i should scrap it altogether?

             reply	other threads:[~2015-03-07  2:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-07  2:39 Kővágó Zoltán [this message]
2015-03-09  9:51 ` [Qemu-devel] gsoc idea Gerd Hoffmann
2015-03-09 14:56   ` Gerd Hoffmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54FA64EA.7060100@gmail.com \
    --to=dirty.ice.hu@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.