LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   In need of a sound daemon (https://www.linuxquestions.org/questions/linux-general-1/in-need-of-a-sound-daemon-324055/)

Aphex_Twin2 05-16-2005 12:13 PM

In need of a sound daemon
 
I have several processes capabile of playing music or simply that can gain access to the sound card (most important: mpg321, mplayer, XMMS). Neither of these knows the concept of "sharing resources" and they grab the sound lines all to themselves.

I would need a program (a server or "daemon") that gets a hold of the sound lines at boot and distribuites them to a range of preselected processes and also provides audio mix. I wonder if there actually is such a thing for Linux

Windows DOES have a built-in sound mixer, although there are no process priorities involved. I'd be happy with that too... Is Linux inferior?

Generally, I would like to be able to play music from both the X and text mode and to also be able to play a game or watch a movie and allow other processes access to the sound card.

Komakino 05-16-2005 12:40 PM

esd (esound), arts and I think Jack can do this. I use arts.

SciYro 05-16-2005 01:21 PM

jack is more for audio developers (?), its great, but most of its features arnt that needed for a simple desktop, so i didn't use it, in fear it might soak up 2 much resources.

anyways, i use esd. esd is used in gnome (altho, like a lot of other programs used in gnome, its not gnome specific, in fact, i don't think there is any GUI code in esd), arts is used in kde (i don't know if it requires kde tho)

both esd and arts are suitable for a desktop.

Komakino 05-16-2005 02:05 PM

Quote:

Originally posted by SciYro
jack is more for audio developers (?), its great, but most of its features arnt that needed for a simple desktop, so i didn't use it, in fear it might soak up 2 much resources.

anyways, i use esd. esd is used in gnome (altho, like a lot of other programs used in gnome, its not gnome specific, in fact, i don't think there is any GUI code in esd), arts is used in kde (i don't know if it requires kde tho)

both esd and arts are suitable for a desktop.

To clarify, arts doesn't need kde :)

freakyg 05-17-2005 04:23 AM

Quote:

Originally posted by Komakino
To clarify, arts doesn't need kde :)
according to the "beyond linux from scratch" book..........

in order to install Arts......Qt needs to be installed first

and in order to install KDElibs..........Arts needs to be installed

so it all works together in one way or another..........:)

oneandoneis2 05-17-2005 04:35 AM

You can share sound using basic Alsa - it's not hard. All my apps use Alsa, and share quite happily.

Komakino 05-17-2005 09:18 AM

Quote:

Originally posted by freakyg
according to the "beyond linux from scratch" book..........

in order to install Arts......Qt needs to be installed first

and in order to install KDElibs..........Arts needs to be installed

so it all works together in one way or another..........:)

Was gonna say "I use arts and don't have KDE installed..."

...then I remembered that I installed KDE just incase something should need it :)


All times are GMT -5. The time now is 09:09 AM.