Skip to content

Commit d02c406

Browse files
committed
adjust theremin readme content
1 parent f6c3e65 commit d02c406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/theremin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The application uses the `wave_generator` Brick to create a continuous audio str
6565

6666
- **User Interaction**: The frontend captures mouse/touch coordinates and sends them to the backend.
6767
- **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.
6969
- **Audio Output**: The Brick streams the generated sine wave directly to the **USB** audio device.
7070

7171
**High-level data flow:**

0 commit comments

Comments
 (0)