Skip to content

Commit 7c4929e

Browse files
authored
Update audio classification doc (#6)
1 parent 905de98 commit 7c4929e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/audio-classification/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ The glass breaking sensor example uses the following Bricks:
2929

3030
- Arduino App Lab
3131

32-
**Note:** You can also run this example using your Arduino UNO Q as a Single Board Computer (SBC) using a [USB-C hub](https://store.arduino.cc/products/usb-c-to-hdmi-multiport-adapter-with-ethernet-and-usb-hub) with a mouse, keyboard and display attached.
32+
**Note:** This example works with pre-loaded sample audio files and uploaded audio files. No external hardware peripherals are required. The example works in [Network Mode](https://docs.arduino.cc/tutorials/uno-q/user-manual/#network-mode) as well.
3333

3434
## How to Use the Example
3535

3636
1. Run the App
3737

3838
![Run the App](assets/docs_assets/launch-app.png)
3939

40-
2. The App should open automatically in the web browser. You can open it manually via `<board-name>.local:7000`.
40+
2. The App should open automatically in the web browser. You can also open it manually via `<board-name>.local:7000` or `http://<board-ip-address>:7000` (Network Mode).
4141
3. Choose your audio input method:
4242

4343
- **Audio from sample**: Select from pre-loaded sample audio files (includes glass breaking examples and background noise)
@@ -125,7 +125,7 @@ Here is a brief explanation of the application components:
125125

126126
The Python® component handles audio classification and web service functionality.
127127

128-
- **`AudioClassification` integration**: Initializes the audio classification model with lazy loading and fallback mock microphone support for file-based classification scenarios.
128+
- **`AudioClassification` integration**: Initializes the audio classification model for file-based classification. The example processes pre-recorded audio files (uploaded or from samples).
129129

130130
- **`parse_data()` function**: Handles WebSocket message parsing, supporting both JSON string and dictionary formats for flexible client communication.
131131

0 commit comments

Comments
 (0)