[Alsa-user] Low-pass filter for subwoofer channel

2011-06-25 Thread Ronaldinho
Hi all!
My problem is: sound cards in my system  do not redirect bass (low 
frequencies) to a subwoofer. As a result satellite speakers work in 
overload, sounds are distorted.

1.There are 2 sound cards in my PC:
cat /proc/asound/modules returns
  0 snd_hda_intel it is an integrated ALC888
  1 snd_emu10k1 it is Creative SBLive!,
acoustic system contains 4 satellites, 1 subwoofer (Microlab M800).

2.Used Kubuntu 10.04.

I try to resolve this problem:

3. Install blop and cmt by Synaptic.
4. create /etc/asound.conf file and then I paste to it follow text:
pcm.upmix_20to51 {
 type plug
 slave.pcm lowpass_21to21
 slave.channels 3
 ttable {
 0.0 1   # left channel
 1.1 1   # right channel
 0.2 0.5 # mix left and right ...
 1.2 0.5 # ... channel for subwoofer
 }
}

pcm.lowpass_21to21 {
 type ladspa
 slave.pcm upmix_21to51
 path "/usr/lib/ladspa"
 channels 3
 plugins {
 0 {
 id 1098 # Identity (Audio) (1098/identity_audio)
 policy duplicate
 input.bindings.0 "Input";
 output.bindings.0 "Output";
 }
 1 {
 id 1672 # 4 Pole Low-Pass Filter with Resonance (FCRCIA) 
(1672/lp4pole_fcrcia_oa)
 policy none
 input.bindings.2 "Input";
 output.bindings.2 "Output";
 input {
 controls [ 300 2 ]
 }
 }
 }
}

pcm.upmix_21to51 {
 type plug
 slave.pcm surround51
 slave.channels 5
 ttable {
 0.0 1   # front left
 1.1 1   # front right
 0.2 1   # rear left
 1.3 1   # rear right
 2.5 1   # subwoofer
 }
 hint {
 show on
 description "Upmix channel"
 }
}

A problem is: when I try to check sound in SystemSettings/Multimedia a 
message displayed : "The device Upmix channel does not work", and sounds 
played by snd_hda_intel. So this settings does not applyed to snd_emu10k1.

Where is my mistake? I should use Creative SBLive (snd_emu10k1).

Thank you in advance

-- 
Ronaldinho


--
All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security 
threats, fraudulent activity and more. Splunk takes this data and makes 
sense of it. Business sense. IT sense. Common sense.. 
http://p.sf.net/sfu/splunk-d2d-c1
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Alsa build errors on HP t5325

2011-08-17 Thread Ronaldinho
Dear all,
I could ask does ALSA support software resampling 44.1 kHz to 48 for SBLive 
card?




--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


alsa-user@lists.sourceforge.net

2011-08-19 Thread Ronaldinho

Hello dear all!
There are 2 sound cards on my PC: hda_intel (ALC888 from Realtek) and 
SBLive 5.1


1. I could that ALSA make software resampling (44.1 to 48 kHz) when 
sound playing through SBLive and do not resampling if using hda_intel. 
How asoundrc must be configured in this case?

I've fund some different examples - what's the best choice?
1.1.
pcm.HQ {
type rate
slave {
pcm "hw:0,0"
rate 48000
}
converter "samplerate_best"
}
1.2.
defaults.pcm.rate_converter "samplerate_best"

2. In my OS (Kubuntu 10.04) installed not latest version of ALSA libs. 
How I can know exactly which version of ALSA using. I mean are there any 
incompatibilities between for instance 1.0.23 ver of ALSA and 1.0.24 of 
alsa-lib, alsa-plugins (I have choose right version of alsa-lib, 
alsa-plugins and install them).


3. Is it possible to use OSS and ALSA both? I could that hda_intel uses 
ALSA, SBLive -­ OSS. How exactly?


Thank you in advance

--
Ronaldinho

--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user