Re: [MSEide-MSEgui-talk] MSE pcaudio.

2018-03-20 Thread fredvs
> IRC you wrote one should not use Pulseaudio but Alsa and you prefer Alsa over > Pulseaudio because of its superior architecture since a long time? Huh, more or less... I did wrote that on some distros, Pulseaudio is not installed but only Alsa and it would be good that Pcaudio library could

Re: [MSEide-MSEgui-talk] MSE pcaudio.

2018-03-20 Thread fredvs
Re-hello Martin. Re-about libasound.so (alsa library) and pulse. I did try, (to see what appends) to remove libasound.so from my system. Then reboot. Huh, pulse did not load and no sound, even with application that use "pure" pulse... Then re-add libasound.so in system + reboot. Now pulse

Re: [MSEide-MSEgui-talk] MSE pcaudio.

2018-03-20 Thread Martin Schreiber
On Tuesday 20 March 2018 14:25:01 fredvs wrote: > > can't help here because I don't know anything about Alsa. > > Ha, ok, so was I. > > ( But dont you name me in alsa-dev-mailing-list to try to find the bug ?). > IIRC you wrote one should not use Pulseaudio but Alsa and you prefer Alsa over

Re: [MSEide-MSEgui-talk] MSE pcaudio.

2018-03-20 Thread fredvs
> can't help here because I don't know anything about Alsa. Ha, ok, so was I. ( But dont you name me in alsa-dev-mailing-list to try to find the bug ?). Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] MSE pcaudio.

2018-03-20 Thread Martin Schreiber
On Tuesday 20 March 2018 12:27:34 fredvs wrote: > Hello Martin. > > Could it be that you did not understand what I try to demonstrate ? > > In ALSA code, > > snd_pcm_drop(pcm) does nothing more than stop the timer of the alsa object. > > snd_pcm_drop(pcm) ===> snd_timer_hw_stop(snd_timer). > >

Re: [MSEide-MSEgui-talk] MSE pcaudio.

2018-03-20 Thread fredvs
Hello Martin. Could it be that you did not understand what I try to demonstrate ? In ALSA code, snd_pcm_drop(pcm) does nothing more than stop the timer of the alsa object. snd_pcm_drop(pcm) ===> snd_timer_hw_stop(snd_timer). But, sadly, snd_timer_hw_stop(snd_timer) does not work ;-(. Here

Re: [MSEide-MSEgui-talk] MSE pcaudio.

2018-03-20 Thread Martin Schreiber
On Monday 19 March 2018 19:55:11 fredvs wrote: > Hello Martin. > > > That means you first call snd_pcm_drop() and then you close and reopen > > the audio object? > > With your workaround ? This is the code from original pcaudiolib " int alsa_object_flush(struct audio_object *object) {