From 06c4f8b0120f5598f9d179b8c0fea33df35659a8 Mon Sep 17 00:00:00 2001 From: xegineering Date: Sun, 17 Nov 2024 12:51:15 +0100 Subject: pipewire: Add experimental PipeWire support This implements a PipeWire capture device which can be used as an input source instead of the already available URL input. Known issues with the current PipeWire support are: - user has to connect the monitor of the default audio sink to the capture device manually - correct shutdown has to be tested - multiple instances do not work - medium code quality requires refactoring Since this is nevertheless usable and possible unknown bugs should be figured out in practise soon this implementation is already added. Bugfixes and refactoring might follow. --- soundbox/pipewire-binding.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 soundbox/pipewire-binding.h (limited to 'soundbox/pipewire-binding.h') diff --git a/soundbox/pipewire-binding.h b/soundbox/pipewire-binding.h new file mode 100644 index 0000000..d25a0b9 --- /dev/null +++ b/soundbox/pipewire-binding.h @@ -0,0 +1,10 @@ +#ifndef PIPEWIRE_BINDING_H +#define PIPEWIRE_BINDING_H + +#include +#include + +extern void goHandleData(int16_t *, size_t); +void pw_stdout(void); + +#endif // !PIPEWIRE_BINDING_H -- cgit v1.2.3-70-g09d2