File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ We also provide plenty of examples that demonstrate how to implement the differe
18
18
19
19
As “Audio Sources” we will have e.g.:
20
20
21
- - Analog Microphones – [ AnalogAudio ] ( https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_analog_audio .html )
21
+ - Analog Microphones – [ AnalogAudioStream ] ( https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_analog_audio_stream .html )
22
22
- Digital Microphonse – [ I2SStream] ( https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_i2_s_stream.html )
23
23
- Files on the Internet – [ UrlStream] ( https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_url_stream.html )
24
24
- Generated Sound – [ GeneratedSoundStream] ( https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_generated_sound_stream.html )
@@ -29,7 +29,7 @@ As “Audio Sources” we will have e.g.:
29
29
As “Audio Sinks” we will have e.g:
30
30
31
31
- external DAC – [ I2SStream] ( https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_i2_s_stream.html )
32
- - an Amplifier – [ AnalogAudio ] ( https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_analog_audio .html )
32
+ - an Amplifier – [ AnalogAudioStream ] ( https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_analog_audio_stream .html )
33
33
- Bluetooth Speakers – [ A2DPStream] ( https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_a2_d_p_stream.html )
34
34
- Serial to display the data as CSV – [ CsvStream] ( https://pschatzmann.github.io/arduino-audio-tools/html/classaudio__tools_1_1_csv_stream.html )
35
35
- SD Files
You can’t perform that action at this time.
0 commit comments