Need some brutefir help!!!
Hi All,
I'm having some trouble getting my brutefir setup working.
I'm planning on using the optical input and 8 analogue output channels of my X-Fi Titanium sound card for an active filtering system.
The thing is I have no idea how to map the inputs/outputs of the sound card to brutefir. The sound card is detected by the system and works. I can use speaker-test to generate audio output on the first two channels, the rest do not work.
Below is the output of aplay -l
I don't have any setup in my /etc/asound file, I have no idea how to do this. I haven't been able to find any documentation for it.
I have an analogue input and output on the sound card. I'm inputting 2kHz and getting nothing out. My current filter setup is a 1kHz high pass filter.
Any pointers or help would be much appreciated!
This is the output from brutefir when I start it.
These are the input outputs I have setup in .brutefir_config.
I'm having some trouble getting my brutefir setup working.
I'm planning on using the optical input and 8 analogue output channels of my X-Fi Titanium sound card for an active filtering system.
The thing is I have no idea how to map the inputs/outputs of the sound card to brutefir. The sound card is detected by the system and works. I can use speaker-test to generate audio output on the first two channels, the rest do not work.
Below is the output of aplay -l
I don't have any setup in my /etc/asound file, I have no idea how to do this. I haven't been able to find any documentation for it.
I have an analogue input and output on the sound card. I'm inputting 2kHz and getting nothing out. My current filter setup is a 1kHz high pass filter.
Any pointers or help would be much appreciated!
This is the output from brutefir when I start it.
Code:
BruteFIR v1.0m (November 2013) (c) Anders Torger
Internal resolution is 32 bit floating point.
SSE capability detected -- optimisation enabled.
Creating 4 FFTW plans of size 131072...finished.
Loading coefficient set...finished.
Realtime priorities are min = 2, usermax = 1, mid = 3 and max = 4.
Estimated CPU clock rate is 1097.511 MHz. CPU count is 2.
Filters in process 0: 0
Filters in process 1: 1
Warning: not allowed to set realtime priority. Will run with default priority
instead, which is less reliable (underflow may occur).
Fixed I/O-delay is 131072 samples
Audio processing starts now
These are the input outputs I have setup in .brutefir_config.
Code:
## INPUT, OUTPUT ##
input "l_in", "r_in" {
device: "alsa" { device: "hw:0"; ignore_xrun:true;};
sample: "S16_LE";
channels: 2/0,1;
};
output "l_out", "r_out" {
device: "alsa" { device: "hw:0"; ignore_xrun:true;};
sample: "S16_LE";
channels: 2/0,1;
};
Code:
**** List of PLAYBACK Hardware Devices ****
card 0: XFi [Creative X-Fi], device 0: ctxfi [Front/WaveIn]
Subdevices: 256/256
Subdevice #0: subdevice #0
...continues to...
Subdevice #255: subdevice #255
card 0: XFi [Creative X-Fi], device 1: ctxfi [Surround]
Subdevices: 256/256
Subdevice #0: subdevice #0
...continues to...
Subdevice #255: subdevice #255
card 0: XFi [Creative X-Fi], device 2: ctxfi [Center/LFE]
Subdevices: 256/256
Subdevice #0: subdevice #0
...continues to...
Subdevice #255: subdevice #255
card 0: XFi [Creative X-Fi], device 3: ctxfi [Side]
Subdevices: 256/256
Subdevice #0: subdevice #0
...continues to...
Subdevice #255: subdevice #255
card 0: XFi [Creative X-Fi], device 4: ctxfi [IEC958 Non-audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 0: ALC887-VD Analog [ALC887-VD Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0