Re: [Freerdp-devel] Sound not working in 1.1 Beta1

2013-03-21 Thread Gerald Richter - ECOS
&frames, &tstamp); + frames = snd_pcm_avail (alsa->pcm_handle);         Von: Marc-Andr Moreau [mailto:marcandre.mor...@gmail.com] Gesendet: Samstag, 16. Mrz 2013 03:03 An: Gerald Richter - ECOS Cc: freerdp-devel@lists.sourceforge.net; j...@ecos.de Betreff: Re: [Freerdp-devel] Soun

Re: [Freerdp-devel] Sound not working in 1.1 Beta1

2013-03-15 Thread Marc-André Moreau
** ** > > ** ** > > ** ** > > *Von:* Marc-André Moreau [mailto:marcandre.mor...@gmail.com] > *Gesendet:* Freitag, 15. März 2013 17:14 > *An:* Gerald Richter - ECOS > *Cc:* freerdp-devel@lists.sourceforge.net; j...@ecos.de > *Betreff:* Re: [Freerdp-devel] Sound not working in

Re: [Freerdp-devel] Sound not working in 1.1 Beta1

2013-03-15 Thread Gerald Richter - ECOS
3 17:14 An: Gerald Richter - ECOS Cc: freerdp-devel@lists.sourceforge.net; j...@ecos.de Betreff: Re: [Freerdp-devel] Sound not working in 1.1 Beta1   Hi,   One main difference is that the new code actually closes the ALSA device when the server sends a close pdu. I have no idea why, but servers

Re: [Freerdp-devel] Sound not working in 1.1 Beta1

2013-03-15 Thread Marc-André Moreau
Hi, One main difference is that the new code actually closes the ALSA device when the server sends a close pdu. I have no idea why, but servers like windows 7 and windows 8 constantly open and close the sound device. Technically, we could avoid closing the device and simply reset its state, which