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 d07a5d1 commit b70e9f0Copy full SHA for b70e9f0
examples/streams-generator-i2s_external_dac/README.md
@@ -1,6 +1,9 @@
1
# Digital output via I2S to a external DAC
2
3
-To test the I2S output I'm using the generate sine signal and write it to I2S.
+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.
7
8
For my tests I am using the 24-bit PCM5102 PCM5102A Stereo DAC Digital-to-analog Converter PLL Voice Module pHAT
9

0 commit comments