We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b303521 commit f4d65edCopy full SHA for f4d65ed
examples/streams-memory_wav-pwm/README.md
@@ -1,7 +1,9 @@
1
# Decoding a WAV file
2
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
-
+In this example we decode a WAV file into RAW output and send it to a PWM pins (on a Raspberry Pico or ESP32)
+
5
+The WAV file has been down sampled with the help of __Audacity__ and then converted into an array with __xxd__.
6
7
MemoryStream -> AudioOutputStream -> WAVDecoder -> AudioPWM
8
9
The pins depend on the Processor:
@@ -11,3 +13,5 @@ The pins depend on the Processor:
11
13
| + | GPIO4 | GPIO2 |
12
14
| - | GND | |
15
16
17
0 commit comments