Jump to content

Sound 5.1 no problem


Lexicon
 Share

Recommended Posts

I cant,t to write at lenght. If have problem with Sound 5.1 Surround on any cards You can played Mp3, OGG stereo file on all six speakers if any mixer not help . How to?

 

As user make device a name e.g. lexicon51

 

 

touch $HOME/.asoundrc

mcedit $HOME/.asoundrc

 

 

pcm.lexicon51 {

type route

slave.pcm surround51

slave.channels 6

ttable.0.0 1

ttable.1.1 1

ttable.0.2 1

ttable.0.3 1

ttable.1.3 1

ttable.0.4 0.5

ttable.1.4 0.5

ttable.0.5 0.5

ttable.1.5 0.5

 

}

 

aplay -D lexicon51 *.wav

 

This device can use with Mplayer, Xine, aplay, XMMS and other

After next loging Your Mp3 stereo exchande to pseudo AC3 ....Lex

 

 

[moved from Software by spinynorman]

Edited by Lexicon
Link to comment
Share on other sites

Wow, I don't know. Maybe

 

pcm.ffi71 {

type route

slave.pcm surround71

slave.channels 8

ttable.0.0 1

ttable.1.1 1

ttable.0.2 1

ttable.0.3 1

ttable.1.3 1

ttable.0.4 0.5

ttable.1.4 0.5

ttable.0.5 0.5

ttable.1.5 0.5

ttable.0.6 0.5

ttable.1.6 0.5

 

}

find any wav file stereo and type

 

aplay -D ffi71 *.wav

 

Answer OK? ....Lex

Edited by Lexicon
Link to comment
Share on other sites

I typed and got the following:

 

[root@localhost ~]# aplay -D surround71 /usr/share/sounds/pop.wav

Playing WAVE '/usr/share/sounds/pop.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Mono

aplay: set_params:907: Channels count non available

 

Should I create a file called ffi71, i used surround71....

Link to comment
Share on other sites

I am sorry, I don't understand. I created a file named ffi71(see below) and saved it to /home/ffi

 

aplay -D /home/ffi/ffi71 /usr/share/sounds/pop.wav

ALSA lib pcm.c:2148:(snd_pcm_open_noupdate) Unknown PCM /home/ffi/ffi71

aplay: main:548: audio open error: No such file or directory

 

 

I pasted the follow in the new file called ffi71:

 

pcm.ffi71 {

type route

slave.pcm surround71

slave.channels 8

ttable.0.0 1

ttable.1.1 1

ttable.0.2 1

ttable.0.3 1

ttable.1.3 1

ttable.0.4 0.5

ttable.1.4 0.5

ttable.0.5 0.5

ttable.1.5 0.5

ttable.0.6 0.5

ttable.1.6 0.5

 

}

Link to comment
Share on other sites

No, look first post

 

touch $HOME/.asoundrc

mcedit $HOME/.asoundrc

 

Now paste to .asoundrc

 

pcm.ffi71 {

type route

slave.pcm surround71

slave.channels 8

ttable.0.0 1

ttable.1.1 1

ttable.0.2 1

ttable.0.3 1

ttable.1.3 1

ttable.0.4 0.5

ttable.1.4 0.5

ttable.0.5 0.5

ttable.1.5 0.5

ttable.0.6 0.5

ttable.1.6 0.5

 

}

find any wav file stereo and type

Your new device has name ffi71 (if OK rename in XINE)

aplay -D ffi71 *.wav

 

....Lex

Link to comment
Share on other sites

@ffi please paste here otput (for your problem

problem is there is no surround61 file

 

aplay -L

 

I don't have soundcard with more speakers

.....Lex

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...