Re: [Alsa-user] Playback problem arised with alsa-lib-1.0.14rc4 and ladspa plugin

2007-09-09 Thread Benjamin Eikel
Hello Garnet,

Am Montag, 30. Juli 2007 21:58:05 schrieb Garnet MacPhee:
 Hi, Benjamin,

 I saw your post on the alsa-user forum, and it seems to me that the problem
 you are having is the same as mine. I posted on June 22, my post was titled
 ttable for ICE1712 not working in alsa-lib 1.0.14a.

 There apppears to have been a change in alsa-lib between release 1.0.14rc3
 and 1.0.14rc4 that is causing our problem. I have not been able to resolve
 it yet, so I am still running alsa-lib at 1.0.14rc3. I am currently running
 the alsa driver at 1.0.14, but it seems to not matter what release the
 driver is.

 I collected some of the same documentation that you did in your post.

 Let me know if you have made any progress on this, and I will do the same.

 Garnet MacPhee

I just tested alsa-lib version 1.0.15rc1. In this version I do not have the 
problem anymore. The changelog lists the fix of the float plugin too.

Regards,
Benjamin

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Playback problem arised with alsa-lib-1.0.14rc4 and ladspa plugin

2007-09-09 Thread Benjamin Eikel
The bug is fixed in alsa-lib 1.0.15rc1.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Playback problem arised with alsa-lib-1.0.14rc4 and ladspa plugin

2007-06-24 Thread Benjamin Eikel
Dear alsa-user list members,

I still have no solution to my problem. Maybe you do not know either what to 
do. But maybe you can give me a hint or tell me how I could debug this 
problem. Or do you think that I should contact the alsa-devel mailing list? 
Maybe that is a better place for this kind of problem?

Regards,
Benjamin

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Playback problem arised with alsa-lib-1.0.14rc4 and ladspa plugin

2007-06-20 Thread Benjamin Eikel
Hello list members,

somehow the attachments of my previous email are not shown on SourceForge. 
That's why I am sending the four files inline again:

My configuration:
+ BEGIN FILE /etc/asound.conf +
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 0 ]
}
}
}
}

pcm.upmix_21to51 {
type plug
slave.pcm dmixer 
slave.channels 6
ttable {
0.0 1   # front left
1.1 1   # front right
0.2 1   # rear left
1.3 1   # rear right
0.4 0.5 # center
1.4 0.5 # center
2.5 1   # subwoofer
}
}

pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm hw:0,0
period_time 0
period_size 1024
buffer_size 4096
rate 44100
channels 6
}
bindings {
0 0
1 1
2 2
3 3
4 4
5 5
}
}
 
ctl.dmixer {
type hw
card 0
}

--- END FILE /etc/asound.conf ---

Working with the following version:
+ BEGIN FILE playback_1.0.14rc3 +
aplay -v -D upmix_20to51 03\ -\ Cyclone\ -\ Vision\ Of\ Life.wav
Playing WAVE '03 - Cyclone - Vision Of Life.wav' : Signed 16 bit Little 
Endian, Rate 44100 Hz, Stereo
Plug PCM: Route conversion PCM (sformat=S16_LE)
  Transformation table:
0 - 0
1 - 1
2 - 0*0,5 + 1*0,5
Its setup is:
  stream   : PLAYBACK
  access   : RW_INTERLEAVED
  format   : S16_LE
  subformat: STD
  channels : 2
  rate : 44100
  exact rate   : 44100 (44100/1)
  msbits   : 16
  buffer_size  : 4096
  period_size  : 1024
  period_time  : 23219
  tick_time: 0
  tstamp_mode  : NONE
  period_step  : 1
  sleep_min: 0
  avail_min: 1024
  xfer_align   : 1024
  start_threshold  : 4096
  stop_threshold   : 4096
  silence_threshold: 0
  silence_size : 0
  boundary : 1073741824
Slave: Linear Integer - Linear Float conversion PCM (FLOAT_LE)
Its setup is:
  stream   : PLAYBACK
  access   : MMAP_INTERLEAVED
  format   : S16_LE
  subformat: STD
  channels : 3
  rate : 44100
  exact rate   : 44100 (44100/1)
  msbits   : 16
  buffer_size  : 4096
  period_size  : 1024
  period_time  : 23219
  tick_time: 0
  tstamp_mode  : NONE
  period_step  : 1
  sleep_min: 0
  avail_min: 1024
  xfer_align   : 1024
  start_threshold  : 4096
  stop_threshold   : 4096
  silence_threshold: 0
  silence_size : 0
  boundary : 1073741824
Slave: LADSPA PCM
  Playback:
Policy: duplicate
Filename: /usr/lib/ladspa/cmt.so
Plugin Name: Identity (Audio)
Plugin Label: identity_audio
Plugin Unique ID: 1098
Instances:
  Depth: 0
 InChannels: 0
 InPorts: 0 Input
 OutChannels: 0
 OutPorts: 1 Output
  Depth: 0
 InChannels: 1
 InPorts: 0 Input
 OutChannels: 1
 OutPorts: 1 Output
  Depth: 0
 InChannels: 2
 InPorts: 0 Input
 OutChannels: 2
 OutPorts: 1 Output
Audio input port bindings:
  0 - 0
Audio output port bindings:
  0 - 1
Policy: none
Filename: /usr/lib/ladspa/lp4pole_1671.so
Plugin Name: 4 Pole Low-Pass Filter with Resonance (FCRCIA)
Plugin Label: lp4pole_fcrcia_oa
Plugin Unique ID: 1672
Instances:
  Depth: 1
 InChannels: 2
 InPorts: 2 Input
 OutChannels: 2
 OutPorts: 3 Output
Audio input port bindings:
  0 - NONE
  1 - NONE
  2 - 2
Control input port initial values:
  0 Cutoff Frequency = 300,
  1 Resonanz = 0,
Audio output port bindings:
  0 - NONE
  1 - NONE
  2 - 3
  Capture:
Its setup is:
  stream   : PLAYBACK
  access   : MMAP_NONINTERLEAVED
  format   : FLOAT_LE
  subformat: STD
  channels : 3
  rate : 44100
  exact rate   : 44100 (44100/1)
  msbits   : 32
  buffer_size  : 4096
  period_size  : 1024
  period_time  : 23219
  tick_time: 0
  tstamp_mode  : NONE
  period_step  : 1