Skip to content

Commit b70e9f0

Browse files
committed
README
1 parent d07a5d1 commit b70e9f0

File tree

1 file changed

+4
-1
lines changed
  • examples/streams-generator-i2s_external_dac

1 file changed

+4
-1
lines changed

examples/streams-generator-i2s_external_dac/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Digital output via I2S to a external DAC
22

3-
To test the I2S output I'm using the generate sine signal and write it to I2S.
3+
Sometimes it is quite useful to be able to generate a test tone.
4+
We can use the GeneratedSoundStream class together with a SoundGenerator class. In my example I use a SineWaveGenerator.
5+
6+
To test the I2S output I'm using this generated signal and write it to I2S.
47

58
For my tests I am using the 24-bit PCM5102 PCM5102A Stereo DAC Digital-to-analog Converter PLL Voice Module pHAT
69
![DAC](https://pschatzmann.github.io/arduino-audio-tools/resources/dac.jpeg)

0 commit comments

Comments
 (0)