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:
Wim Taymans 2019-07-10 18:04:59 +02:00
parent 7f885b6db4
commit 9364f64b10
5 changed files with 1075 additions and 1285 deletions

View file

@ -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 */