Hannes Helmholz
Hannes Helmholz
> I can confirm that also on another system I had to disable `changeps1`. Same here. I mean this modification takes no influence on the on the `.condarc` configuration. Although...
Can confirm that it prevents rick-clicking for me as well. MacGesture 3.1.0 MacOS 11.6.2 PyCharm 2021.3.1
I tried to find a workaround apart from the one you mentioned by adjusting the IDE keymap setting. I suppose the the most straightforward (but easy to forget about) workaround...
What you describe would result in a singular power value per arbitrarily chosen fractional octave, right? In that case it is not what I am looking for. I'm looking for...
You can provide the desired interface with the `device=` parameter (see https://python-sounddevice.readthedocs.io/en/0.4.3/api/streams.html#sounddevice.Stream).
I don't know formats or how many channels your respective input and output interfaces (you will have to provide both names or IDs) support. But https://github.com/spatialaudio/python-sounddevice/blob/0.4.3/examples/wire.py seems to do everything...
I suppose stream does not allow to do a more sophisticated mapping. But you can get that with some small modifications, for example (there is certainly nicer ways to code...
> thanks for your reply. A question here is when using rec() or playrec() the mapping list can be either channel which could start any number ,eg.[5,6], and this works...
Not contributing to the actual issue, but if I install via conda `conda install python-sounddevice`, I end up with the installation from conda-forge, not PyPI. This is due to my...
> In general, I would recommend `conda-forge` over the default channel. However, I wasn't aware of this: > > > For things like numpy this is not preferable however (strong...