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/theremin/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ The application uses the `wave_generator` Brick to create a continuous audio str
65
65
66
66
-**User Interaction**: The frontend captures mouse/touch coordinates and sends them to the backend.
67
67
-**Real-time Communication**: Input data is sent via the `web_ui` Brick's WebSocket channel.
68
-
-**Audio Synthesis**: The `wave_generator` Brick runs in the background. It takes the target frequency and amplitude and applies a **glide (portamento) algorithm** to transition smoothly between notes.
68
+
-**Audio Synthesis**: The `wave_generator` Brick runs in the background. It takes the target frequency and amplitude and applies a **glide algorithm** to transition smoothly between notes.
69
69
-**Audio Output**: The Brick streams the generated sine wave directly to the **USB** audio device.
0 commit comments