[pulseaudio-tickets] [PulseAudio] #829: Default pulseaudio resampler (speex-float-3) sometimes too expensive?

2010-06-07 Thread PulseAudio
#829: Default pulseaudio resampler (speex-float-3) sometimes too expensive?
-+--
 Reporter:  sitsofe  |   Owner:  lennart
 Type:  defect   |  Status:  new
Milestone:   |   Component:  daemon 
 Keywords:   |  
-+--
 Description of the problem:[[BR]]
 Sometimes the default resampler is so expensive it causes pulseaudio to be
 killed off. By default a cheaper resampler (speex-float-2) could be used
 to prevent somewhat fast machines running into this issue.

 Steps to reproduce:[[BR]]
 1. Download http://samples.mplayerhq.hu/A-codecs/wavpcm/8_Channel_ID.wav
 .[[BR]]
 2. Run
 gst-launch-0.10 filesrc location=8_Channel_ID.wav ! decodebin  !
 audioconvert ! audioresample ! pulsesink

 Expected result:[[BR]]
 To hear someone speaking out of the stereo laptop speakers.

 Actual result:[[BR]]
 If pulse is running with realtime permissions nothing is heard on a on a
 laptop with two 1.83GHz CPUs running Fedora 13. A laptop with a single
 900Mhz (so 0.9Ghz) CPU running Ubuntu 10.04 shows the same issue. If
 pulseaudio is running without realtime permissions it doesn't die but no
 sound is heard.

 How reproducible is the bug?[[BR]]
 It is reproducible every time.

 Additional information:[[BR]]
 Running[[BR]]
 gst-launch-0.10 filesrc location=8_Channel_ID.wav ! decodebin  !
 audioconvert ! audioresample ! audio/x-raw-int, rate=44100 !
 pulsesink[[BR]]
 works on both machines.

 Running[[BR]]
 echo extra-arguments=--log-target=syslog --resample-method=ffmpeg 
 ~/.pulse/client.conf[[BR]]
 pulseaudio -k[[BR]]
 also resolves the problem on both machines.

 For pulseaudio to produce sound on the 1.83GHz machine speex-float-2 would
 probably have to be selected. For the 900Mhz machine to work speex-float-1
 sometimes works but sometimes fails. As the 900Mhz machine is quite slow
 by today's standards I would like to suggest speex-float-2 as the default
 resampling format.

 Bugs that might be related to this are
 https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/532586 (also see
 https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/532586/comments/22
 ) and https://bugzilla.redhat.com/show_bug.cgi?id=583785 (and the bug
 mentioned within).

 Version information:[[BR]]
 Fedora 13 x86_64[[BR]]
 Ubuntu 10.04 32bit

-- 
Ticket URL: http://pulseaudio.org/ticket/829
PulseAudio http://pulseaudio.org/
The PulseAudio Sound Server
___
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets


Re: [pulseaudio-tickets] [PulseAudio] #829: Default pulseaudio resampler (speex-float-3) sometimes too expensive?

2010-06-07 Thread PulseAudio
#829: Default pulseaudio resampler (speex-float-3) sometimes too expensive?
--+-
  Reporter:  sitsofe  |   Owner:  lennart
  Type:  defect   |  Status:  new
 Milestone:   |   Component:  daemon 
Resolution:   |Keywords: 
--+-
Changes (by Ford_Prefect):

 * cc: arunissa...@gmail.com (added)


-- 
Ticket URL: http://pulseaudio.org/ticket/829#comment:1
PulseAudio http://pulseaudio.org/
The PulseAudio Sound Server
___
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets


[pulseaudio-tickets] [PulseAudio] #830: module-jack-sink segfault in vfprintf () from /lib/libc.so.6

2010-06-07 Thread PulseAudio
#830: module-jack-sink segfault in vfprintf () from /lib/libc.so.6
+---
 Reporter:  kiilo   |   Owner:  lennart
 Type:  defect  |  Status:  new
Milestone:  |   Component:  daemon 
 Keywords:  |  
+---
 System is Lenowo W500 thinkpad.
 Lucid Lynx amd64 bit
 {{{
 Linux 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 19:31:57 UTC 2010 x86_64
 GNU/Linux
 }}}

 audio
 {{{
 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio
 Controller (rev 03)
 }}}

 I compiled and installed libffado for my firewire device alesis 26|io
 (yes, that works with jack) and jack from SVN - jackd is started with
 following line:
 {{{
 jackd -R -P70 -dfirewire -dhw:1 -r44100 -p128 -n3
 }}}
  * jack works fine - tested with pdextended
  * pulse works fine - tested with rhythmbox (and others)
 a line:
 {{{
 pactl load-module module-jack-sink
 }}}
 crashes pulseaudio.

 i did a backtrace - see attachment

-- 
Ticket URL: http://pulseaudio.org/ticket/830
PulseAudio http://pulseaudio.org/
The PulseAudio Sound Server
___
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets


Re: [pulseaudio-tickets] [PulseAudio] #830: module-jack-sink segfault in vfprintf () from /lib/libc.so.6

2010-06-07 Thread PulseAudio
#830: module-jack-sink segfault in vfprintf () from /lib/libc.so.6
-+--
  Reporter:  kiilo   |   Owner:  lennart
  Type:  defect  |  Status:  new
 Milestone:  |   Component:  daemon 
Resolution:  |Keywords: 
-+--

Comment(by kiilo):

 ffado was installed following this instructions -
 http://subversion.ffado.org/wiki/InstallingFfadoFromSource

-- 
Ticket URL: http://pulseaudio.org/ticket/830#comment:1
PulseAudio http://pulseaudio.org/
The PulseAudio Sound Server
___
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets


Re: [pulseaudio-tickets] [PulseAudio] #830: module-jack-sink segfault in vfprintf () from /lib/libc.so.6

2010-06-07 Thread PulseAudio
#830: module-jack-sink segfault in vfprintf () from /lib/libc.so.6
-+--
  Reporter:  kiilo   |   Owner:  lennart
  Type:  defect  |  Status:  closed 
 Milestone:  |   Component:  daemon 
Resolution:  fixed   |Keywords: 
-+--
Changes (by kiilo):

  * status:  new = closed
  * resolution:  = fixed


Comment:

 This setupo finaly worked:

 '''uncheck realtime'''

 [[Image(Screenshot-Setup - JACK Audio Connection Kit.png)]]

 or start jackd on CLI
 {{{
 /usr/bin/jackd -r -m -dfirewire -dhw:1 -r44100 -p512 -n3
 }}}

-- 
Ticket URL: http://pulseaudio.org/ticket/830#comment:2
PulseAudio http://pulseaudio.org/
The PulseAudio Sound Server
___
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets