alsa: add midi bridge

Add a node that exposes all midi input and output ports and converts to
and from PipeWire control streams.
This commit is contained in:
Wim Taymans 2019-09-19 16:57:00 +02:00
parent ab0d1b7fad
commit 818fb9e904
7 changed files with 1895 additions and 0 deletions

View file

@ -83,6 +83,8 @@ extern "C" {
* capturing PCM */
#define SPA_NAME_API_ALSA_PCM_SINK "api.alsa.pcm.sink" /**< an alsa Node interface for
* playback PCM */
#define SPA_NAME_API_ALSA_MIDI_SOURCE "api.alsa.midi.source" /**< an alsa Node interface for
* capturing midi */
/** keys for bluez5 factory names */
#define SPA_NAME_API_BLUEZ5_MONITOR "api.bluez5.monitor" /**< a Monitor interface */