Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Surround Sound w/ ALSA + XMMS
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
avieth
Veteran
Veteran


Joined: 17 Sep 2004
Posts: 1945
Location: Canada

PostPosted: Thu May 12, 2005 4:01 am    Post subject: Surround Sound w/ ALSA + XMMS Reply with quote

Is there a plug-in avaliable for XMMS that can emulate surround sound through ALSA?
Back to top
View user's profile Send private message
anxt
Apprentice
Apprentice


Joined: 25 Feb 2003
Posts: 254
Location: Frozen Tundra, Canada

PostPosted: Thu May 12, 2005 4:21 am    Post subject: Reply with quote

you can do it with your .asoundrc (to do a simple copy front to read and blend for center).

something like,
Code:
pcm.multi_send {
    type plug
    ttable.0.0 1 # studio monitor front left...Delta 1
    ttable.0.1 1 # studio monitor front right...Delta 2
    ttable.0.4 1 # oscilloscope 1...Delta 5
    ttable.0.5 1 # oscilloscope 2...Delta 6
    ttable.0.6 1 # headphone 1...Delta 7
    ttable.0.7 1 # headphone 2...Delta 8
    slave.pcm ice1712
}
pcm.stereo_to_5 {
        type route
        slave.pcm multi_send
        ttable.0.0 1    # L -> front L
        ttable.1.1 1    # R -> front R
        ttable.0.2 1    # L -> rear L
        ttable.1.3 1    # R -> rear R
        ttable.0.4 0.5  # L -> 50% LFE
        ttable.1.4 0.5  # R -> 50% LFE
  }
pcm.!default = stereo_to_5


i dunno if that helps. i find .asoundrc rather convoluted.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum