Skip to content

Commit 5c232fc

Browse files
committed
sd examples
1 parent dc13e1e commit 5c232fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/file_raw-a2dp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.
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. In my example I was using the file [audio.raw](https://pschatzmann.github.io/arduino-sound-tools/resources/audio.raw).
66

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

examples/file_raw-serial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.
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. In my example I was using the file [audio.raw](https://pschatzmann.github.io/arduino-sound-tools/resources/audio.raw).
66

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

0 commit comments

Comments
 (0)