-
-
Notifications
You must be signed in to change notification settings - Fork 230
Description
Not really a bug but here are my notes from this morning after I build the pipewire modules with the roc-toolkit source. The roc-toolkit distro package is version 0.3.0 doesn't have any FEC codecs and my first test with an active audio signal from both roc-recv and the distro pipewire module had a constant clipped noise mixed into the signal sent from my Android phone. It seems the API changed enough between 0.3 and 0.4 that it is worth building from source.
The build instructions blog post has a correct dependency list and the pipewire tag checkout also works, but the roc-toolkit API has changed between the v0.4.0 tag and the develop tag so the pipewire build fails on setup with a missing ROC_FORMAT_PCM_FLOAT32 value.
Checking out the older tag builds the module correctly. Thanks for all the great work. I hope to be back!