Pauli Virtanen

Results 125 comments of Pauli Virtanen

You should to attach more information about your hardware: In https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/4609 there's proof of a "Steinberg UR22C" with 4 capture channels. - `alsa-info.sh` - `spa-acp-tool -p "api.alsa.split-enable=true" -c 0 -v...

I'd imagine NAG compiler has a flag to disable checks like this, to allow it to compile legacy files. If it exists, then it could be used instead, see https://github.com/scipy/scipy/blob/55cf5c301e58f24092639c01e48c2bd139807906/scipy/_build_utils/_fortran.py#L125-L146

All this is legacy code, and e.g. ARPACK is vendored, so ideally patches are kept minimal. So I would prefer just adding the compiler flag `-dusty` instead of spending time...

The newer Fortran standards maybe have direct support for NAN. I don't remember outright, but should be possible to find. IIRC, the main restriction on the supported fortran standards for...

@dimpase: yes, IIUC manylinux1 image https://github.com/pypa/manylinux/tree/manylinux1 is at gfortran 4.8.2. Probably manylinux1 will be dropped (and move to manylinux2014 with gfortran 9) at some point, but might not be for...

The rest of the problems not addressed by the compiler flags, I suppose should be patched in the source code. The CD* stuff probably occurs only in specfun.f, and `grep...

I know, and understand the concern. However, this is technical debt that already exists, and addressing it is not necessary for what @dimpase appears to want to achieve. Refactoring old-style...

As for HiFi, it may also not be so with `` which Pipewire uses nowadays to do splitting without ALSA plugins, and then the device may get opened at different...

> why is pipewire disconnecting from bluetoothd? Or that is because pipewire instances are run per-session? Yes, there's one pipewire process per user that talks to bluetoothd. They have to...

The framed/unsegmented mode doesn't seem to solve the issue that in HCI Host->Controller communication, controller cannot know which ISO packets are supposed to go out at same time, except from...