mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
examples: the example generates UMP
This commit is contained in:
parent
9aeba05e47
commit
206a30d100
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ int main(int argc, char *argv[])
|
|||
PW_FILTER_PORT_FLAG_MAP_BUFFERS,
|
||||
sizeof(struct port),
|
||||
pw_properties_new(
|
||||
PW_KEY_FORMAT_DSP, "8 bit raw midi",
|
||||
PW_KEY_FORMAT_DSP, "32 bit raw UMP",
|
||||
PW_KEY_PORT_NAME, "output",
|
||||
NULL),
|
||||
NULL, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue