bactone

Results 15 comments of bactone

I encounter the same the problem, with pyside2 or pyside6

hi, another problem, when use the frameless window: mw = qtmwindows.ModernWindow(win) mw.show() the windowIcon is disabled. is it fixed in the future version ? for example: 1. if I use...

> Just a side note, it works properly with PySide2 on Windows. So this issue would be likely constrained to Mac itself while, it doesn't work for me when using...

add a statusbar to widget is a simple way

![image](https://user-images.githubusercontent.com/54489994/114153595-0ed2dc00-9952-11eb-909f-7e8559c069ad.png)

@mgeier hi, i have try to rebuild the .dll lib, including the following method: ``` PaAsio_GetInputChannelName @53 PaAsio_GetOutputChannelName @54 ``` then i replace the intial libportaudio64bit.dll locates at _C:\Program Files\Python\Python38\Lib\site-packages\_sounddevice_data\portaudio-binaries_...

> You probably want to use [`playrec()`](https://python-sounddevice.readthedocs.io/en/0.4.1/api/convenience-functions.html#sounddevice.playrec) for that. @HaHeho while, playrec() is not what I want. my application scenario is like this: first, I want to use play() to...

> Yes, exactly. > > The behavior of `sd.rec()` is described at https://python-sounddevice.readthedocs.io/en/latest/api/convenience-functions.html#sounddevice.rec. > > And according to that, the first thing it does, is calling `sd.stop()`, which immediately stops...

> I guess this happens at the end of your Python script? > And according to that, the first thing it does, is calling sd.stop(), which immediately stops the playback...