Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audio: don't block on lock in ao_read_data
ao_read_data() is used by pull AOs potentially from threads managed by external libraries. These threads can be sensitive to blocking. For example the pipewire ao is using a realtime thread for the callbacks.
- Loading branch information