feat: A2DP bluetooth audio working
This commit is contained in:
@@ -57,9 +57,9 @@ namespace Drivers::USB::Bluetooth::Sbc {
|
||||
uint8_t Bitpool;
|
||||
uint8_t Channels;
|
||||
|
||||
// Analysis filter state (per-channel windowed buffer)
|
||||
// Analysis filter state (per-channel windowed buffer; X[0] = newest
|
||||
// sample, shifted down by Subbands each block)
|
||||
int32_t X[SBC_CHANNELS][SBC_SUBBANDS * 10];
|
||||
int XPos[SBC_CHANNELS];
|
||||
|
||||
// Computed frame size in bytes
|
||||
uint32_t FrameSize;
|
||||
|
||||
Reference in New Issue
Block a user