Ronny Rentner
Ronny Rentner
First of all, many thanks for this great library. It's a real relieve after using other audio libraries in Python. Anyways, I have a similar issue with recording and playing...
@szlop Thanks for your hint. My problem is actually not with the record function but with playing. Also I also cannot observe that pulseaudio would automatically increase the latency. It...
Here's a link to the PulseAudio docs: https://freedesktop.org/software/pulseaudio/doxygen/structpa__buffer__attr.html It says to get the default you should set the value of maxlength to `-1` but SoundCard sets it to `bufattr.maxlength =...
Hmm, ok, I was wrong about removing the loop solving my problem. I have no 2 s delay but therefore the overall latency goes up in the interface. I'm afraid...
It's really mysterious. This morning I come back and I run that same test script from yesterday evening and everything works smoothly without any changes. I kept the computer running,...
@Teufeuleu: You could try to use pulseaudio's `paplay` from your service to see if it actually has access to pulseaudio and can play something. Then you know if the issue...
I am closing this issue due to inactivity. Feel free to reopen if the problem persists.
I'm using `self.Bind(wx.adv.EVT_TASKBAR_LEFT_DCLICK, self.OnTaskBarActivate)` in my code on Debian/X11 to get a left click. Didn't test yours. Does that work for you? You might also want to do `self.frame.Raise()` in...
Hmm, I've tested my app and on Linux, LEFT_DOWN actually fires, but not LEFT_UP. LEFT_DCLICK fires but even without a double click. Maybe try some other events. Docs seem down...
Hey, thanks for your feed and contribution and sorry for not getting back to you earlier. UltraDict uses Cython to get the last few percent of performance. The intended way...