mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
prefer 48KHz and 32 bit samples when we can
This commit is contained in:
parent
f5f1a435cc
commit
2e0e68e46e
5 changed files with 10 additions and 8 deletions
|
|
@ -43,7 +43,7 @@
|
|||
#include "module-media-session/audio-dsp.h"
|
||||
|
||||
#define DEFAULT_CHANNELS 2
|
||||
#define DEFAULT_SAMPLE_RATE 44100
|
||||
#define DEFAULT_SAMPLE_RATE 48000
|
||||
#define DEFAULT_BUFFER_SIZE (64 * sizeof(float))
|
||||
#define MAX_BUFFER_SIZE (1024 * sizeof(float))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue