public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* virtual OSS devices [for making selfish apps happy]
@ 2005-11-21 21:16 Christian Parpart
  2005-11-21 21:40 ` Lee Revell
  0 siblings, 1 reply; 7+ messages in thread
From: Christian Parpart @ 2005-11-21 21:16 UTC (permalink / raw)
  To: Linux Kernel

[-- Attachment #1: Type: text/plain, Size: 1838 bytes --]

Hi all,

I'm having some apps running on my desktop that all want
exclusive access to my sound device just for playing audio
(and a single app for capturing), namely:

 * TeamSpeak (VoIP team voice chat)
 * Cedega (for playing some win32 games on my beloved box)
 * KDE/arts (my desktop wants to play some sounds as well wtf)

While I could easily disable my desktop sounds, and yeah, forget about the 
music, but I'd still like to be in TeamSpeak (talking to friends and alike) 
while playing a game using cedega.

Unfortunately, *all* those stupid (2) apps want exclusive access to the OSS 
layout of my ALSA drivers, though, there just came into my mind to buy a 
second audio device and wear a second headset (a little one below/under my 
big one). But I couldn't find it handy anyway :(

So, in the end, what about writing a virtual OSS driver that can spawn 
multiple (fake) /dev/vdsp%d's that all allow audio rendering (output) and at 
least a single one capturing (this at least would fit *my* needs).
This virtual driver then would has to know about the real audio device then of 
course that would it use to merge/mix the audio outputs to and to read the 
requested capture data from.

Okay, neat idea, but I never ever wrote a single kernel code line!

So, can some guys of you please help me out there in *either* telling me where 
to find the basics on kernel module writing *and* how to do such things like 
I said I want.
Or, even if you feel that happy about that idea and can't wait until I got 
stuck in finishing it, and you can DIYS, that would be even much nicer.

C/C++ is not my problem, and I have already seen/read the linux kernel code 
not just once, but I am definitely laggin in experience in kernel 
development.

Please help.

Thanks in advance,
Christian Parpart.

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: virtual OSS devices [for making selfish apps happy]
@ 2005-11-21 21:39 Nick Warne
  2005-11-21 21:52 ` Lee Revell
  0 siblings, 1 reply; 7+ messages in thread
From: Nick Warne @ 2005-11-21 21:39 UTC (permalink / raw)
  To: Christian Parpart; +Cc: linux-kernel

Hi Christian,

On 11/21/05, Christian Parpart < trapni@gentoo.org> wrote:

> Hi all,

> I'm having some apps running on my desktop that all want
> exclusive access to my sound device just for playing audio
> (and a single app for capturing), namely: 
>
>  * TeamSpeak (VoIP team voice chat)
>  * Cedega (for playing some win32 games on my beloved box) 
>  * KDE/arts (my desktop wants to play some sounds as well wtf) 

Slack 10 with 2.6.14.2 using ALSA (artsd).

I have never had any problems with TS and other apps accessing sound* - KDE 
notifications happen when I am on TS and playing a game of Quake2 while 
listening to xmms on my patented mp3's.

What distro? What kernel? What desktop manager you use?

Nick
* I still can't get firefox and flash sound to work though - all OK in konq.
-- 
http://sourceforge.net/projects/quake2plus/

"Person who say it cannot be done should not interrupt person doing it."
-Chinese Proverb


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-11-22  8:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-21 21:16 virtual OSS devices [for making selfish apps happy] Christian Parpart
2005-11-21 21:40 ` Lee Revell
2005-11-22  2:26   ` Alistair John Strachan
2005-11-22  3:59     ` Lee Revell
2005-11-22  8:20   ` Jaroslav Kysela
  -- strict thread matches above, loose matches on Subject: below --
2005-11-21 21:39 Nick Warne
2005-11-21 21:52 ` Lee Revell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox