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/audio-classification/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,15 @@ The glass breaking sensor example uses the following Bricks:
29
29
30
30
- Arduino App Lab
31
31
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.
33
33
34
34
## How to Use the Example
35
35
36
36
1. Run the App
37
37
38
38

39
39
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).
41
41
3. Choose your audio input method:
42
42
43
43
-**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:
125
125
126
126
The Python® component handles audio classification and web service functionality.
127
127
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).
129
129
130
130
-**`parse_data()` function**: Handles WebSocket message parsing, supporting both JSON string and dictionary formats for flexible client communication.
0 commit comments