Skip to content

Commit f4d65ed

Browse files
authored
Update README.md
1 parent b303521 commit f4d65ed

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Decoding a WAV file
22

3-
In this example we decode a WAV file into RAW output and send it to a PWM pins (e.g. on a Raspberry Pico)
4-
3+
In this example we decode a WAV file into RAW output and send it to a PWM pins (on a Raspberry Pico or ESP32)
4+
5+
The WAV file has been down sampled with the help of __Audacity__ and then converted into an array with __xxd__.
6+
57
MemoryStream -> AudioOutputStream -> WAVDecoder -> AudioPWM
68

79
The pins depend on the Processor:
@@ -11,3 +13,5 @@ The pins depend on the Processor:
1113
| + | GPIO4 | GPIO2 |
1214
| - | GND | |
1315

16+
17+

0 commit comments

Comments
 (0)