search for: snd_pcm_rewind

Displaying 4 results from an estimated 4 matches for "snd_pcm_rewind".

2014 Nov 19
0
Feature request: rewindable resampler
...esult: users complain, see e.g. [3]. Could you please consider designing and implementing new speexdsp API functions that would allow PulseAudio to get rid of these bugs? In fact, because this request is, in my opinion, specific to PulseAudio and ALSA (in ALSA - because of the need to implement snd_pcm_rewind() for the rate plugin), I considered writing a new resampler from scratch with this feature. However, I will almost certainly not start within the next 3 months due to my dayjob and because of other TODO items, and David Henningsson has hinted me to talk to you as an upstream of speex, because...
2007 Jan 29
0
3 commits - autogen.sh configure.ac player/.gitignore player/Makefile.am player/swfdec_playback_alsa.c player/swfdec_playback.c player/swfdec_playback_none.c
...ucks for beginners: - * - snd_pcm_delay is not sample-exact, but period-exact most of the time. - * Yay for getting told the time every 512 samples when a human notices - * a delay of 100 samples (oooops) - * - lots of functions are simply not implemented. So the super-smart idea - * of using snd_pcm_rewind to avoid XRUNS and still get low latency has - * some issues when dmix just returns -EIO all of the time. That wouldn't - * be so bad if there was actually a way to query if it's supported. - * - But to make up for all this, you have 10 hardware parameters, 10 - * software parameters...
2007 Jan 31
0
Branch 'interpreter' - 20 commits - autogen.sh configure.ac libswfdec/js libswfdec/swfdec_debug.h libswfdec/swfdec_js.c libswfdec/swfdec_js_color.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_script.c
...ucks for beginners: - * - snd_pcm_delay is not sample-exact, but period-exact most of the time. - * Yay for getting told the time every 512 samples when a human notices - * a delay of 100 samples (oooops) - * - lots of functions are simply not implemented. So the super-smart idea - * of using snd_pcm_rewind to avoid XRUNS and still get low latency has - * some issues when dmix just returns -EIO all of the time. That wouldn't - * be so bad if there was actually a way to query if it's supported. - * - But to make up for all this, you have 10 hardware parameters, 10 - * software parameters...
2007 Mar 27
0
15 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/.gitignore libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h
...ucks for beginners: + * - snd_pcm_delay is not sample-exact, but period-exact most of the time. + * Yay for getting told the time every 512 samples when a human notices + * a delay of 100 samples (oooops) + * - lots of functions are simply not implemented. So the super-smart idea + * of using snd_pcm_rewind to avoid XRUNS and still get low latency has + * some issues when dmix just returns -EIO all of the time. That wouldn't + * be so bad if there was actually a way to query if it's supported. + * - But to make up for all this, you have 10 hardware parameters, 10 + * software parameters...