mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
spa: make a #define for default rate and channels
This commit is contained in:
parent
b53f96eae9
commit
0c359a6819
3 changed files with 10 additions and 4 deletions
|
|
@ -40,6 +40,9 @@ extern "C" {
|
|||
#include <spa/param/meta.h>
|
||||
#include <spa/param/audio/format-utils.h>
|
||||
|
||||
#define DEFAULT_RATE 48000
|
||||
#define DEFAULT_CHANNELS 2
|
||||
|
||||
struct props {
|
||||
char device[64];
|
||||
char device_name[128];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue