[pulseaudio-discuss] lots of retry on failure of hw_params interface

2014-04-02 Thread jiwang
Hi community When doing development for Audio driver, I hit an interesting behaviour of pulseaudio Due to some miss configurations in devicetree, my CPU DAI driver always fail on hw_params() interface, when pulseaudio starts to configure driver for the first time, due to the problem in

[pulseaudio-discuss] [PATCH] module-virtual-surround-sink: Move normalization heuristic to its own function

2014-04-02 Thread Niels Ole Salscheider
This patch also adds a description how the heuristic works and mentions that there is a scaling factor that can be adjusted if there is audible clipping. --- src/modules/module-virtual-surround-sink.c | 57 +- 1 file changed, 40 insertions(+), 17 deletions(-) diff

[pulseaudio-discuss] [PATCH] resampler: Support speex resampler compiled with FIXED_POINT

2014-04-02 Thread Peter Meerwald
When Speex is compiled with FIXED_POINT defined, it scales float input to +/-32768 instead of +/-1. In order to make floating point resampler work with speex compiled with FIXED_POINT, we need to rescale the input to speex. Unfortunately, there is no easy way to tell how speex has been built, so

[pulseaudio-discuss] PulseAudio Python Bindings

2014-04-02 Thread Leslie Zhai
Hi PulseAudio developers and Python fans, I am the author of PulseAudio Python Bindings https://github.com/linuxdeepin/pypulseaudio And right now it is public repos, if someone want to maintain it, please let me know, thanks a lot! Regards, Leslie Zhai