mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
adapter: move to SPA plugin
Move the adapter code to a SPA plugin and make the adapter module use the plugin instead.
This commit is contained in:
parent
7f885b6db4
commit
9364f64b10
5 changed files with 1075 additions and 1285 deletions
|
|
@ -62,6 +62,9 @@ extern "C" {
|
|||
* to another. Must include at least
|
||||
* format, channelmix and resample
|
||||
* processing */
|
||||
#define SPA_NAME_AUDIO_ADAPT "audio.adapt" /**< combination of a node and an
|
||||
* audio.convert. Does clock slaving */
|
||||
|
||||
/** keys for alsa factory names */
|
||||
#define SPA_NAME_API_ALSA_MONITOR "api.alsa.monitor" /**< an alsa Monitor interface */
|
||||
#define SPA_NAME_API_ALSA_DEVICE "api.alsa.device" /**< an alsa Device interface */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue