mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
spa: make default samplerate 48000
Remove some 44100 default rates and use 48000 instead.
This commit is contained in:
parent
cad7db9f58
commit
7b432aec88
5 changed files with 23 additions and 8 deletions
|
|
@ -71,7 +71,7 @@ static void reset_props(struct props *props)
|
|||
}
|
||||
|
||||
#define DEFAULT_CHANNELS 2
|
||||
#define DEFAULT_RATE 44100
|
||||
#define DEFAULT_RATE 48000
|
||||
|
||||
#define MAX_BUFFERS 16
|
||||
#define MAX_PORTS 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue