mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
audioconvert: fix s24 samples
Various cleanups
This commit is contained in:
parent
35e0399d97
commit
75a18d5c7f
5 changed files with 139 additions and 184 deletions
|
|
@ -599,7 +599,7 @@ impl_node_port_enum_params(struct spa_node *node,
|
|||
size = other->size / other->stride;
|
||||
} else {
|
||||
buffers = 1;
|
||||
size = 1024;
|
||||
size = port->format.info.raw.rate * 1024 / DEFAULT_RATE;
|
||||
}
|
||||
|
||||
param = spa_pod_builder_object(&b,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue