mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-05 04:06:37 -05:00
format: Add support for sample rate of 1.536 Mhz
This commit is contained in:
parent
6ed9645465
commit
aec99d2b6f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
struct spa_pod;
|
||||
struct spa_pod_builder;
|
||||
|
||||
#define RATE_MAX (48000u*16u)
|
||||
#define RATE_MAX (48000u*32u)
|
||||
#define CHANNELS_MAX (64u)
|
||||
|
||||
enum sample_format {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue