mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-06-04 03:03:00 -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,
|
PW_FILTER_PORT_FLAG_MAP_BUFFERS,
|
||||||
sizeof(struct port),
|
sizeof(struct port),
|
||||||
pw_properties_new(
|
pw_properties_new(
|
||||||
PW_KEY_FORMAT_DSP, "8 bit raw midi",
|
PW_KEY_FORMAT_DSP, "32 bit raw UMP",
|
||||||
PW_KEY_PORT_NAME, "output",
|
PW_KEY_PORT_NAME, "output",
|
||||||
NULL),
|
NULL),
|
||||||
NULL, 0);
|
NULL, 0);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue