Skip to content

Commit f8afa5b

Browse files
author
board707
committed
Update Readme
1 parent b785235 commit f8afa5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libraries/I2S/Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Example of using W80x I2s interface
22

3-
In the `example` folder there is a simple example to demonstrate the basic usage of W80x i2s interface for outputs digital audio data. The code plays WAV file from SD card using asynchronically DMA transfer. To keep this simple the WAV must be 16bit samples. The Mono/Stereo and Samples Per second reads from the file and can be anything. To test place the wav file in the root folder of the SD card. The name of the file must match the "8.3" scheme.
3+
In the `example` folder there is a simple example to demonstrate the basic usage of W80x i2s interface for outputs digital audio data. The code plays WAV file from SD card using asynchronically I2S DMA transfer. To keep this simple the WAV must be 16bit samples. The Mono/Stereo and Samples Per second reads from the file and can be anything. To test place the wav file in the root folder of the SD card. The name of the file must match the "8.3" scheme.
4+
5+
To play the audio data you need a I2S audio module such as MAX98357A.
46

57
The `wav_files` folder contains a few example WAV files, that can used with **Wav_SD_Player** code:
68

0 commit comments

Comments
 (0)