All of lore.kernel.org
 help / color / mirror / Atom feed
  • * [Qemu-devel] Re: Audio
           [not found] <Pine.LNX.4.55.0410311815320.2162@home.oyster.ru>
           [not found] ` <4185ADFA.7010102@brittainweb.org>
    @ 2004-11-01 12:32 ` Ronald
      2004-11-01 12:43   ` malc
      1 sibling, 1 reply; 32+ messages in thread
    From: Ronald @ 2004-11-01 12:32 UTC (permalink / raw)
      To: qemu-devel
    
    Le Sun, 31 Oct 2004 18:18:08 +0300, malc a écrit :
    
    > Hello,
    Hi,
    
    > 
    > At http://www.boblycat.org/~malc/code/patches/qemu/ you will find latest
    > (10_aqemu) audio patch. It boosts following improvements:
    > 
    > a. Correct IRQ status handling (Win95 sounds should no longer loop) b.
    > save|load vm support
    > c. Fixed WAV output driver
    > d. Kludge to support SB16 under FreeBSD (can someone verify that it helps)
    > e. Internal cleanups
    
    I guess it's not on your priority list but I still experience problems on
    windows host: qemu freeze on shutdown, sound play correctly with linux
    guest but not with windows guest.
    Otherwise on linux host everything seems ok, with alsa or oss drivers in
    linux guest or with windows 98 guest, host is 2.6.9 with alsa+oss
    emulation.
    
    The following is a patch to Makefile.target after having 10_aqemu.patch.gz
    applied
    
    --- Makefile.target.bak 2004-11-01 13:02:08.845861544 +0100
    +++ Makefile.target     2004-11-01 13:17:59.852649080 +0100
    @@ -268,7 +268,10 @@
     VL_OBJS+=block-cow.o block-qcow.o aes.o block-vmdk.o block-cloop.o
    
     SOUND_HW = sb16.o
    -AUDIODRV = audio.o ossaudio.o sdlaudio.o wavaudio.o
    +AUDIODRV = audio.o sdlaudio.o wavaudio.o
    +ifndef CONFIG_WIN32
    +AUDIODRV+= ossaudio.o
    +endif
    
     ifeq ($(TARGET_ARCH), i386)
     # Hardware support
    
    ^ permalink raw reply	[flat|nested] 32+ messages in thread
  • * [Qemu-devel] Audio
    @ 2004-11-05 18:47 malc
      2004-11-05 20:35 ` [Qemu-devel] Audio Ronald
      0 siblings, 1 reply; 32+ messages in thread
    From: malc @ 2004-11-05 18:47 UTC (permalink / raw)
      To: qemu-devel
    
    Hello,
    
    At http://www.boblycat.org/~malc/code/patches/qemu/ you will find latest
    (11_aqemu) audio patch, which boosts following improvements:
    
    a. Optional OPL2 support (emulator uses floats and is disabled by default) [1]
    b. Optional FMOD support (also disabled by default) [2]
    c. SDL shutdown fix
    d. DMA transfers should no longer start after ADC command
    e. Internal cleanups
    
    Footnotes:
    [1]  Based on LGPLed version of fmopl.c (from AdPlug project)
         Thanks to Johannes Martin for reminding me to revisit it
    
    [2]  Might provide better experience for MacOS and Windows users
    
    -- 
    mailto:malc@pulsesoft.com
    
    ^ permalink raw reply	[flat|nested] 32+ messages in thread
    * [Qemu-devel] Audio
    @ 2009-09-11 23:34 malc
      2009-09-13 11:30 ` [Qemu-devel] Audio Jan Kiszka
      0 siblings, 1 reply; 32+ messages in thread
    From: malc @ 2009-09-11 23:34 UTC (permalink / raw)
      To: qemu-devel
    
    
    The code was just commited that enables "polling" audio mode (oss and
    alsa), it's also unconditionally enabled now to obtain some testing
    coverage, so please give it a whirl, feedback is welcome.
    
    -- 
    mailto:av1474@comtv.ru
    
    ^ permalink raw reply	[flat|nested] 32+ messages in thread

    end of thread, other threads:[~2009-09-22 11:24 UTC | newest]
    
    Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
    -- links below jump to the message on this page --
         [not found] <Pine.LNX.4.55.0410311815320.2162@home.oyster.ru>
         [not found] ` <4185ADFA.7010102@brittainweb.org>
    2004-11-01 12:06   ` [Qemu-devel] Audio malc
    2004-11-04 17:14     ` Jason Brittain
    2004-11-04 19:12       ` [Qemu-devel] Audio Ronald
    2004-11-04 19:18         ` Jason Brittain
    2004-11-04 19:34           ` Jason Brittain
    2004-11-04 20:03             ` malc
    2004-11-04 20:37               ` [Qemu-devel] using qemu gdb-stub to debug a linux guest Marc E. Fiuczynski
    2004-11-05  3:22               ` [Qemu-devel] Re: Audio Jason Brittain
    2004-11-05  6:28               ` Jens Arm
    2004-11-05  8:01                 ` Jens Arm
    2004-11-04 19:50       ` [Qemu-devel] Audio malc
    2004-11-01 12:27   ` malc
    2004-11-01 12:32 ` [Qemu-devel] Audio Ronald
    2004-11-01 12:43   ` malc
    2004-11-01 13:09     ` [Qemu-devel] " Ronald
    2004-11-02 15:40       ` zitu
    2004-11-05 18:47 [Qemu-devel] Audio malc
    2004-11-05 20:35 ` [Qemu-devel] Audio Ronald
    2004-11-05 20:38   ` André Braga
    2004-11-05 20:46   ` malc
    2009-09-11 23:34 [Qemu-devel] Audio malc
    2009-09-13 11:30 ` [Qemu-devel] Audio Jan Kiszka
    2009-09-13 18:52   ` malc
    2009-09-13 19:57     ` Jan Kiszka
    2009-09-13 20:07       ` Jan Kiszka
    2009-09-14  0:02         ` malc
    2009-09-14  6:18           ` Jan Kiszka
    2009-09-14 21:13             ` malc
    2009-09-15 20:11               ` Jan Kiszka
    2009-09-18 18:49                 ` Jan Kiszka
    2009-09-18 19:29                   ` malc
    2009-09-13 23:31       ` malc
    2009-09-15 11:28     ` Avi Kivity
    2009-09-22 11:24       ` malc
    

    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.