Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:X0F:branches:multimedia
pipewire
pipewire_stop-bitrate-starving-opus.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pipewire_stop-bitrate-starving-opus.patch of Package pipewire
diff --git a/spa/plugins/bluez5/a2dp-codec-opus.c b/spa/plugins/bluez5/a2dp-codec-opus.c index 7f1df12df..ff75c19a9 100644 --- a/spa/plugins/bluez5/a2dp-codec-opus.c +++ b/spa/plugins/bluez5/a2dp-codec-opus.c @@ -69,19 +69,19 @@ static struct spa_log_topic log_topic = SPA_LOG_TOPIC(0, "spa.bluez5.codecs.opus * * [1] https://wiki.xiph.org/Opus_Recommended_Settings */ -#define BITRATE_INITIAL 192000 +#define BITRATE_INITIAL 224000 #define BITRATE_MAX 320000 #define BITRATE_MIN 96000 -#define BITRATE_INITIAL_51 384000 -#define BITRATE_MAX_51 600000 -#define BITRATE_MIN_51 128000 +#define BITRATE_INITIAL_51 576000 +#define BITRATE_MAX_51 768000 +#define BITRATE_MIN_51 192000 -#define BITRATE_INITIAL_71 450000 -#define BITRATE_MAX_71 900000 +#define BITRATE_INITIAL_71 640000 +#define BITRATE_MAX_71 960000 #define BITRATE_MIN_71 256000 -#define BITRATE_DUPLEX_BIDI 160000 +#define BITRATE_DUPLEX_BIDI 256000 #define OPUS_05_MAX_BYTES (15 * 1024)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor