We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b29acb commit b6a20ddCopy full SHA for b6a20dd
README.md
@@ -216,8 +216,7 @@ BluetoothA2DPSource a2dp_source;
216
// callback
217
int32_t get_sound_data(uint8 *data, int32_t byteCount) {
218
// generate your sound data
219
- // return the effective length (in frames) of the generated sound (which usually is identical with the requested len)
220
- // 1 frame is 2 channels * 2 bytes = 4 bytes
+ // return the effective length in bytes
221
return byteCount;
222
}
223
0 commit comments