Skip to content

Commit 91372ff

Browse files
committed
Mozzi Documentation Update
1 parent 07d5d7a commit 91372ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Some basic __header-only C++ classes__ that can be used for __Audio Processing__
77
- Additional Stream implementations: MemoryStream, UrlStream, I2SStream, A2DPStream, PrintStream
88
- Converters
99
- Musical Notes (with frequencies of notes)
10-
- SineWaveGenerator (to generate some sine tone)
10+
- SineWaveGenerator (to generate a sine tone) and [Mozzi](https://sensorium.github.io/Mozzi/) for more complex scenario
1111
- NBuffer (Multi buffer for writing and reading of (audio) data)
1212
- TimerAlarmRepeating (e.g. for sampling audio data using exact times) [ESP32 only]
1313
- A Wav Encoder and Decoder
@@ -96,6 +96,7 @@ And some more useful examples:
9696
- [streams-memory_raw-i2s](examples/streams-memory_raw-i2s_external_dac) - Play music form Flash Memory via I2S to External DAC
9797
- [streams-url_raw-serial](/examples/streams-url_raw-serial) Displaying a music file from the internet on the Serial Plotter
9898
- [streams-url_raw-I2S_external_dac.ino](/examples/streams-url_raw-I2S_external_dac.ino) Streaming a File from the Internet to on external DAC via I2S
99+
- [streams-mozzi-a2dp](/examples/streams-mozzi-a2dp) Use Mozzi to generate Sound to be sent to a Bluetooth Speaker
99100

100101
... these are just a few examples, but you can combine any Input Stream with any Output Stream as you like...
101102

0 commit comments

Comments
 (0)