Skip to content

Commit 8ce4412

Browse files
committed
A2DPStream brief update
1 parent 01ee7d2 commit 8ce4412

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/AudioLibs/A2DPStream.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ class A2DPConfig {
6262
* The data is in int16_t with 2 channels at 44100 hertz.
6363
* We support only one instance of the class!
6464
* Please note that this is a conveniance class that supports the stream api,
65-
* however this is rather inefficient, beause quite a bit buffer needs to be allocated.
66-
* It is recommended to use the API with the callbacks. Examples can be found in the examples-basic-api
67-
* directory.
65+
* however this is rather inefficient, beause quite a big buffer needs to be allocated.
66+
* It is recommended to use the API with the callbacks. Examples can be found in the a2dp
67+
* examples directory starting with basic.
6868
*
6969
* Requires: https://github.com/pschatzmann/ESP32-A2DP
7070
*

0 commit comments

Comments
 (0)