Skip to content

Commit 8a23236

Browse files
committed
documentation
1 parent ef3106c commit 8a23236

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

examples/file_raw-a2dp/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Stream SD File to A2DP Bluetooth
22

3-
We are reading a raw audio file from the SD card and send it to a Bluetooth A2DP device. The audio file must be available using 16 bit integers with 2 channels. [Audacity](https://www.audacityteam.org/) might help you out here...
3+
We are reading a raw audio file from the SD card and send it to a Bluetooth A2DP device. The audio file must be available using 16 bit integers with 2 channels.
4+
5+
[Audacity](https://www.audacityteam.org/) might help you out here: export with the file name audio.raw as RAW signed 16 bit PCM and copy it to the SD card.
46

57
![sd](https://pschatzmann.github.io/arduino-sound-tools/resources/sd-module.jpeg)
68

examples/file_raw-serial/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
We are reading a raw audio file from the SD card and send it to a Bluetooth A2DP device. The audio file must be available using 16 bit integers with 2 channels.
44

5+
[Audacity](https://www.audacityteam.org/) might help you out here: export with the file name audio.raw as RAW signed 16 bit PCM and copy it to the SD card.
6+
57
![sd](https://pschatzmann.github.io/arduino-sound-tools/resources/sd-module.jpeg)
68

79
The SD module is connected with the help of the SPI bus

0 commit comments

Comments
 (0)