File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -83,13 +83,11 @@ Here is the list of examples:
83
83
84
84
#### Stream API
85
85
86
- - [ streams-url_raw-serial] ( /examples/streams-url_raw-serial ) Displaying a music file from the internet on the Serial Plotter
87
- - [ streams-generator-serial] ( /examples/streams-generator-serial ) Displaying generated sound on the Serial Plotter
88
86
- [ streams-adc-serial] ( /examples/streams-adc-serial ) Displaying input from analog microphone on the Serial Plotter
89
- - [ streams-i2s-a2dp] ( examples/streams-i2s-a2dp ) - Sample analog sound and write it to a A2DP Bluetooth source
90
- - [ streams-file_raw-a2dp] ( examples/streams-file_raw-a2dp ) - Read Raw File from SD card write it A2DP Bluetooth
91
- - [ streams-adc-a2dp] ( examples/streams-adc-a2dp ) - Sample analog sound from analog microphone and send it to Bluetooth Speaker
87
+ - [ streams-generator-serial] ( /examples/streams-generator-serial ) Displaying generated sound on the Serial Plotter
88
+ - [ streams-generator-i2s_external_dac] ( /examples/streams-generator-i2s_external_dac ) Playing generated sound on external DAC via I2S
92
89
- [ streams-memory_raw-i2s_external_dac] ( examples/streams-memory_raw-i2s_external_dac ) - Play music form Flash Memory via I2S to External DAC
90
+ - [ streams-url_raw-serial] ( /examples/streams-url_raw-serial ) Displaying a music file from the internet on the Serial Plotter
93
91
94
92
... these are just a few examples, but you can combine any Input Stream with any Output Stream as you like...
95
93
You can’t perform that action at this time.
0 commit comments