You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/streams-mozzi-a2dp/README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Using Mozzi on Bluetooth
2
2
3
-
I am providing a simple integration for [Mozzi](https://sensorium.github.io/Mozzi/). Unfortunatly I needed to make some small changes to make things work together. Those can be found in my [fork](https://github.com/pschatzmann/Mozzi).
3
+
I am providing a simple integration for [Mozzi](https://sensorium.github.io/Mozzi/).
4
4
5
5
A standard Sketch will need to combine the Audio-Tools with the Mozzi Logic:
6
6
@@ -70,5 +70,15 @@ void loop() {
70
70
}
71
71
```
72
72
73
-
That's all to output the generated sound to a Bluetooth Speaker...
74
73
74
+
### Mozzi Configuration
75
+
76
+
A2DP requires an audio rate of 44100. Therefore you need to make sure that you have the following settings in your ```mozzi_config.h```:
0 commit comments