Re: [pulseaudio-discuss] Pulseaudio on the ESP32 ?

2021-09-03 Thread Denis Shulyaka
Hi JF, PA relies on ALSA drivers for the sound cards, including I²S, so unless you have a Linux port on this chip, there's a lot of work. Also, active noise cancelation is easier said than done. Best regards, Denis Shulyaka сб, 4 сент. 2021 г., 00:03 JF : > Hello, > > I would like to know if

[pulseaudio-discuss] Pulseaudio on the ESP32 ?

2021-09-03 Thread JF
Hello, I would like to know if anyone has ever tried to interface pulseaudio with an ESP32 chip ? This extremely popular 3$ chip has ethernet, wifi 802.11n and bluetooth 4.2+BLE capabilities as well as a pair DMA capable I²S bus capable of operation is both master or slave modes. This is on of

Re: [pulseaudio-discuss] blocking call in pulse core mainloop context results in sink not getting data

2021-09-03 Thread Ravikiran belur
Thanks Arun. I looked at the fix below for a similar mainloop blocking issue. https://lists.freedesktop.org/archives/pulseaudio-discuss/2013-May/017283.html I wanted to make use of threaded mainloop for blocking operations like below, so that the core mainloop is not blocked. Please suggest if

Re: [pulseaudio-discuss] Audible plop at beginning when using pcat-simple

2021-09-03 Thread mindfsck
Thank you Sean, that did indeed the trick and my files play nicely now! Do you expect to add this WAV header detection (and skipping) in a future release or do you restrict it to PCM (and user code must skip)? On Fri, Sep 3, 2021 at 8:05 AM Sean Greenslade wrote: > On Sun, Aug 29, 2021 at

Re: [pulseaudio-discuss] Audible plop at beginning when using pcat-simple

2021-09-03 Thread Sean Greenslade
On Sun, Aug 29, 2021 at 07:02:25PM +0200, mindfsck wrote: > or use 'vlc' or use any Video/Audio playback you have on your machine.Sigh, > I may just reach out for alternative APIs instead of trying to convince > people that this might be a bug in the simple API you provide. Apologies for leading