I2S - Frame Format
Output Frame Format
Frame Type: "error"
"error"
Property | Type | Description |
| str | Error details. I2C errors usually indicate the wrong number of bits inside of a frame |
I2S decode error
Frame Type: "data"
"data"
Property | Type | Description |
| int | channel index. 0 or 1 |
| int | Audio value. signed or unsigned, based on I2S/PCM analyzer settings |
A single sample from a single channel
Last updated