Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-20-2005, 05:58 AM
|
#1
|
LQ Newbie
Registered: May 2005
Posts: 24
Rep:
|
Is there anyting can enable multi sound stream????
I am using a Ubuntu 5.04 on Thinkpad T41. Can you be so kind to tell me how can I make multi sound stream work? with some soft or just some tweaking work????
|
|
|
05-20-2005, 08:00 AM
|
#2
|
Member
Registered: Jan 2005
Location: Washington, D.C.
Distribution: Arch (Custom), CentOS
Posts: 239
Rep:
|
Multi sound stream? By this do you mean hearing more than one sound at once?
If you do, then check out gnome's esound or kde's arts sound server.
|
|
|
05-25-2005, 12:41 PM
|
#3
|
LQ Newbie
Registered: May 2005
Posts: 24
Original Poster
Rep:
|
Quote:
Originally posted by azucaro
Multi sound stream? By this do you mean hearing more than one sound at once?
If you do, then check out gnome's esound or kde's arts sound server.
|
yep, i do mean this. but how can i configure it? m a real newbie
|
|
|
05-25-2005, 12:54 PM
|
#4
|
Senior Member
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170
Rep:
|
Well I'd go for asoundrc and dmix. Couldn't get gnome or kde working. This is what works for me:
Quote:
pcm.dsp {
type plug
slave.pcm "dmixer"
}
pcm.dsp0 {
type plug
slave.pcm "dmixer"
}
# this makes native ALSA apps default to using dmix
pcm.!default {
type plug
slave.pcm "dmixer"
}
ctl.!default {
type hw
card 0
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:0,0"
period_time 0
period_size 1024
buffer_size 4096
rate 44100
}
bindings {
0 0
1 1
}
|
Hope it fixes the tabs etc. cause it looked horribly. You need dmix for this which is included in one of the alsa packages. Save it in your home as .asoundrc
|
|
|
05-26-2005, 06:03 AM
|
#5
|
LQ Newbie
Registered: May 2005
Posts: 24
Original Poster
Rep:
|
thx a lot.
i've made esound work, but occasionally there is some noise on my T41, i'll see if dmix works better.
|
|
|
05-27-2005, 02:37 PM
|
#6
|
Member
Registered: Jan 2005
Location: Washington, D.C.
Distribution: Arch (Custom), CentOS
Posts: 239
Rep:
|
Hey darkleaf,
Do you get any sort of lag when using dmix? I haven't ever tried it (I don't think)- I just gave up arts for alsa to get rid of that awful lag. I'm always open to new options...
|
|
|
All times are GMT -5. The time now is 08:08 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|