A2B: Add initial WAV streaming support

This commit is contained in:
Yasser Yassine
2022-10-19 18:44:05 -04:00
parent 7f22286838
commit 7b2544864b
21 changed files with 461 additions and 61 deletions
@@ -19,8 +19,7 @@ struct HardwareA2BPacket {
static std::shared_ptr<Message> DecodeToMessage(const std::vector<uint8_t>& bytestream);
struct
{
struct {
// CxA2B
icscm_bitfield channelNum : 8;
icscm_bitfield channelSize16 : 1;