Skip to content

rehans/pipewire-asio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PipeWire 2 ASIO

Introduction

Wrapping PipeWire into ASIO in order to learn both technologies and find out similarities and differences.

DISCLAIMER: highly experimental!!!

Get Started

To clone and create the project, open a command prompt and proceed as follows:

Linux

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.

Get Help

PW Commandline Tools

  • pw-cli list-objects | grep node.name
  • pw-metadata -n settings (list sample rate and blocksize)

Learnings

About

Wrapping PipeWire into ASIO

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors