Wrapping PipeWire into ASIO in order to learn both technologies and find out similarities and differences.
DISCLAIMER: highly experimental!!!
To clone and create the project, open a command prompt and proceed as follows:
git clone https://github.com/rehans/pipewire-asio.git
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ../pipewire-asio
cmake --build .Run the pipewire_asio_tester afterwards to debug the driver.
- pw-cli list-objects | grep node.name
- pw-metadata -n settings (list sample rate and blocksize)