* [Qemu-devel] [RFC] Default audio_drv_list to "sdl" on Win32
@ 2008-12-29 17:17 Anthony Liguori
2008-12-30 18:41 ` [Qemu-devel] " malc
0 siblings, 1 reply; 4+ messages in thread
From: Anthony Liguori @ 2008-12-29 17:17 UTC (permalink / raw)
To: qemu-devel@nongnu.org, malc
[-- Attachment #1: Type: text/plain, Size: 157 bytes --]
Malc,
Do you have a problem with this? QEMU requires SDL by default on
Windows so I see no reason not to use it for audio too.
Regards,
Anthony Liguori
[-- Attachment #2: mingw-sdl-audio.patch --]
[-- Type: text/x-patch, Size: 299 bytes --]
Index: configure
===================================================================
--- configure (revision 6141)
+++ configure (working copy)
@@ -192,6 +192,7 @@
if [ "$cpu" = "i386" ] ; then
kqemu="yes"
fi
+audio_drv_list="sdl"
audio_possible_drivers="dsound sdl fmod"
;;
GNU/kFreeBSD)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] Re: [RFC] Default audio_drv_list to "sdl" on Win32
2008-12-29 17:17 [Qemu-devel] [RFC] Default audio_drv_list to "sdl" on Win32 Anthony Liguori
@ 2008-12-30 18:41 ` malc
2008-12-31 2:22 ` François Revol
2008-12-31 10:55 ` Avi Kivity
0 siblings, 2 replies; 4+ messages in thread
From: malc @ 2008-12-30 18:41 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel@nongnu.org
On Mon, 29 Dec 2008, Anthony Liguori wrote:
> Malc,
>
> Do you have a problem with this? QEMU requires SDL by default on Windows so
> I see no reason not to use it for audio too.
>
Well last time i tried SDL audio on windows (admittedly years ago) it
was such a disaster that i probably omitted for this reason, then again
if it goes after dsound (which becomes the default) i see no harm in
including it.
--
mailto:av1474@comtv.ru
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] Re: [RFC] Default audio_drv_list to "sdl" on Win32
2008-12-30 18:41 ` [Qemu-devel] " malc
@ 2008-12-31 2:22 ` François Revol
2008-12-31 10:55 ` Avi Kivity
1 sibling, 0 replies; 4+ messages in thread
From: François Revol @ 2008-12-31 2:22 UTC (permalink / raw)
To: qemu-devel
> On Mon, 29 Dec 2008, Anthony Liguori wrote:
>
> > Malc,
> >
> > Do you have a problem with this? QEMU requires SDL by default on
> > Windows
> > so
> > I see no reason not to use it for audio too.
> >
>
> Well last time i tried SDL audio on windows (admittedly years ago) it
> was such a disaster that i probably omitted for this reason, then
> again
> if it goes after dsound (which becomes the default) i see no harm in
> including it.
Hmm last time I used it it was when porting Caloric (an ORIC emulator)
to win32 with SDL, it wasn't that bad, except when zooming, probably
due to the single threaded design, and it had the same problem in BeOS
AFAIR.
François.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] Re: [RFC] Default audio_drv_list to "sdl" on Win32
2008-12-30 18:41 ` [Qemu-devel] " malc
2008-12-31 2:22 ` François Revol
@ 2008-12-31 10:55 ` Avi Kivity
1 sibling, 0 replies; 4+ messages in thread
From: Avi Kivity @ 2008-12-31 10:55 UTC (permalink / raw)
To: qemu-devel
malc wrote:
> On Mon, 29 Dec 2008, Anthony Liguori wrote:
>
>> Malc,
>>
>> Do you have a problem with this? QEMU requires SDL by default on
>> Windows so I see no reason not to use it for audio too.
>>
>
> Well last time i tried SDL audio on windows (admittedly years ago) it
> was such a disaster that i probably omitted for this reason, then again
> if it goes after dsound (which becomes the default) i see no harm in
> including it.
Qemu's response times have improved greatly. It's worth trying again.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-12-31 10:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-29 17:17 [Qemu-devel] [RFC] Default audio_drv_list to "sdl" on Win32 Anthony Liguori
2008-12-30 18:41 ` [Qemu-devel] " malc
2008-12-31 2:22 ` François Revol
2008-12-31 10:55 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).