All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stas Sergeev <stsp@aknet.ru>
To: linux-msdos@vger.kernel.org
Subject: Re: App database
Date: Thu, 10 Jul 2003 21:20:50 +0400	[thread overview]
Message-ID: <3F0DA072.3030403@aknet.ru> (raw)

Hello.

Ryan Underwood wrote:
> The idea was to be able to file bugs against a particular
>  application under a particular DOSEMU version
I think that can be helpfull. But as the
bottleneck of a dosemu development process is
unfortunately elsewhere, I wouldn't assign the
prio to that your project higher than to your
adlib server:)

> It should function similarly to the WINE application compatibility database.
Just wondering, is/was that possible to reuse
their (or other) code rather than writing your
own?

> whether or not it works with any of the other emulators (FreeBSD doscmd,
> DosBox, Bochs, etc)
Actually testing against NT or 2000 dos box is
the most important. Bochs and doscmd are out of
comparision.

PS: I think there will be problems with your
adlib server as a separate process to mix the
sound with dosemu's SB digital output in real-time.
The adlib server must do a frequent small transferrs
together with taking care about keeping the OSS's
buffers partially filled to avoid underruns.
At the same time dosemu's DMA will write a
large blocks and very infrequently. When the
block from DMA arrives, there is already a data
from an adlib server in a real card's DMA buffers,
and there is no possibility to mix so lately
(unless the hardware permits).
So I beleive the DMA and Adlib sounds will always
interrupt each other, unless they are coordinated
and using an internal mixing (not per your design).
Is there a planned solution for that? Or is there
something in ALSA that can help with the real-time
mixing even under that hostile conditions? dmix?


             reply	other threads:[~2003-07-10 17:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-10 17:20 Stas Sergeev [this message]
2003-07-11 17:30 ` App database, libsynth Ryan Underwood
  -- strict thread matches above, loose matches on Subject: below --
2003-07-10 19:15 App database Bernhard Bialas
2003-07-09 16:21 Ryan Underwood
2003-07-10  6:34 ` Paul Eggleton

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=3F0DA072.3030403@aknet.ru \
    --to=stsp@aknet.ru \
    --cc=linux-msdos@vger.kernel.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.