linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Mehmet Ceyran" <mceyran@web.de>
To: "'Michael Buesch'" <mbuesch@freenet.de>, <maxo@myrealbox.com>
Cc: "'linux kernel mailing list'" <linux-kernel@vger.kernel.org>
Subject: RE: bug/request: multi-processing for CD devices
Date: Sat, 6 Sep 2003 22:09:57 +0200	[thread overview]
Message-ID: <001501c374b2$d9a6bdd0$0100a8c0@server1> (raw)
In-Reply-To: <200309062056.19023.mbuesch@freenet.de>

>> Summary: request for multi-processing for CD devices (I 
>> think the word is 'multi-processing' - ie. so that you can
>> play an audio CD and browse the audio CD using a program
>> such as konqueror at the same time)
>> [...]
> As far as I know that should be impossible, because 
> audio-playing runs 100% on the cd-rom hardware itself. The OS 
> has nothing to do with it. So your request should go to the 
> device manufacturers and ask them if they could build 
> devices, that are "multithreaded". :)

Well that depends. The classic audio CD access is through hardware. The
drive spins down to 1x speed and dumps the data over its private line to
the soundcard's CDDA input channel. So in this case you're right.

The other way to do it is ripping the data through the drive's data bus,
like DAC tools do, and play the music on the fly. This way
'multi-processing' is possible.

So what you have to do is to find an audio player that plays CDDA with
the second method.

	Mehmet


      reply	other threads:[~2003-09-06 20:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-06 19:45 bug/request: multi-processing for CD devices Max O'Shea
2003-09-06 18:56 ` Michael Buesch
2003-09-06 20:09   ` Mehmet Ceyran [this message]

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='001501c374b2$d9a6bdd0$0100a8c0@server1' \
    --to=mceyran@web.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maxo@myrealbox.com \
    --cc=mbuesch@freenet.de \
    /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 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).