Merge "Add 32kHz as supported setting"

This commit is contained in:
Treehugger Robot
2022-05-12 04:01:03 +00:00
committed by Gerrit Code Review

View File

@@ -37,7 +37,7 @@ namespace bluetooth {
namespace audio {
static const PcmCapabilities kDefaultSoftwarePcmCapabilities = {
.sampleRateHz = {16000, 24000, 44100, 48000, 88200, 96000},
.sampleRateHz = {16000, 24000, 32000, 44100, 48000, 88200, 96000},
.channelMode = {ChannelMode::MONO, ChannelMode::STEREO},
.bitsPerSample = {16, 24, 32},
.dataIntervalUs = {},