mirror of
https://github.com/google/bumble.git
synced 2026-04-18 00:45:32 +00:00
a2dp and avdtp improvements
This commit is contained in:
@@ -432,6 +432,7 @@ class AacMediaCodecInformation(
|
||||
cls.SAMPLING_FREQUENCY_BITS[x] for x in sampling_frequencies
|
||||
),
|
||||
channels=sum(cls.CHANNELS_BITS[x] for x in channels),
|
||||
rfa=0,
|
||||
vbr=vbr,
|
||||
bitrate=bitrate,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user