Skip to content

Commit b6a20dd

Browse files
authored
Update README.md
1 parent 8b29acb commit b6a20dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,7 @@ BluetoothA2DPSource a2dp_source;
216216
// callback
217217
int32_t get_sound_data(uint8 *data, int32_t byteCount) {
218218
// 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
219+
// return the effective length in bytes
221220
return byteCount;
222221
}
223222

0 commit comments

Comments
 (0)