mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
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:
parent
ab0d1b7fad
commit
818fb9e904
7 changed files with 1895 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue