feat: A2DP bluetooth audio working

This commit is contained in:
2026-06-10 16:00:42 +02:00
parent dff5a4a4b1
commit ca79678823
18 changed files with 1312 additions and 4340 deletions
+2 -2
View File
@@ -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;