mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
jack: add midi format
Add midi format Handle ore requests Clean semaphore and socket names
This commit is contained in:
parent
1fc7c6de59
commit
12e2fae8ab
10 changed files with 71 additions and 11 deletions
|
|
@ -32,7 +32,7 @@
|
|||
#define CHECK_PORT(this,d,p) ((d) == SPA_DIRECTION_INPUT && (p) == 0)
|
||||
|
||||
static const char default_device[] = "hw:0";
|
||||
static const uint32_t default_min_latency = 1024;
|
||||
static const uint32_t default_min_latency = 128;
|
||||
|
||||
static void reset_props(struct props *props)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue