Skip to content

Commit

Permalink
rm from demos (READMEs)
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Jul 18, 2024
1 parent 1d1ac5d commit 386d272
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 54 deletions.
43 changes: 3 additions & 40 deletions demo/c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cmake -S demo/c/. -B demo/c/build -G "MinGW Makefiles" && cmake --build demo/c/b

Running the executable without any commandline arguments prints the usage info to the console.

#### Linux, macOS, Raspberry Pi, BeagleBone, Jetson
#### Linux, macOS, Raspberry Pi

```console
./demo/c/build/porcupine_demo_mic
Expand All @@ -52,7 +52,7 @@ Usage : .\\demo\\c\\build\\porcupine_demo_mic.exe -l LIBRARY_PATH -m MODEL_PATH

The following commands shows the available audio input devices to the console.

#### Linux, macOS, Raspberry Pi, BeagleBone, Jetson
#### Linux, macOS, Raspberry Pi

```console
./demo/c/build/porcupine_demo_mic --show_audio_devices
Expand Down Expand Up @@ -105,27 +105,6 @@ Replace `${PROCESSOR}` with one of the Raspberry Pi processors defined [here](..
-a ${ACCESS_KEY} -d ${AUDIO_DEVICE_INDEX}
```

#### BeagleBone

```console
./demo/c/build/porcupine_demo_mic lib/beaglebone/libpv_porcupine.so lib/common/porcupine_params.pv \
resources/keyword_files/beaglebone/porcupine_beaglebone.ppn 0.5 ${AUDIO_DEVICE_INDEX}

./demo/c/build/porcupine_demo_mic \
-l lib/beaglebone/libpv_porcupine.so -m lib/common/porcupine_params.pv \
-k resources/keyword_files/beaglebone/porcupine_beaglebone.ppn -t 0.5 \
-a ${ACCESS_KEY} -d ${AUDIO_DEVICE_INDEX}
```

#### Jetson

```console
./demo/c/build/porcupine_demo_mic \
-l lib/jetson/cortex-a57-aarch64/libpv_porcupine.so -m lib/common/porcupine_params.pv \
-k resources/keyword_files/jetson/porcupine_jetson.ppn -t 0.5 \
-a ${ACCESS_KEY} -d ${AUDIO_DEVICE_INDEX}
```

#### Windows

```console
Expand All @@ -146,7 +125,7 @@ cmake -S demo/c/. -B demo/c/build && cmake --build demo/c/build --target porcupi

Running the executable without any commandline arguments prints the usage info to the console.

#### Linux, macOS, Raspberry Pi, BeagleBone, Jetson
#### Linux, macOS, Raspberry Pi

```console
./demo/c/build/porcupine_demo_file
Expand Down Expand Up @@ -199,22 +178,6 @@ Replace `${PROCESSOR}` with one of the Raspberry Pi processors defined [here](..
-a ${ACCESS_KEY}
```

#### BeagleBone

```console
./demo/c/build/porcupine_demo_file -l lib/beaglebone/libpv_porcupine.so -m lib/common/porcupine_params.pv \
-k resources/keyword_files/beaglebone/americano_beaglebone.ppn -t 0.5 -w resources/audio_samples/multiple_keywords.wav \
-a ${ACCESS_KEY}
```

#### Jetson

```console
./demo/c/build/porcupine_demo_file -l lib/jetson/cortex-a57-aarch64/libpv_porcupine.so -m lib/common/porcupine_params.pv \
-k resources/keyword_files/jetson/americano_jetson.ppn -t 0.5 -w resources/audio_samples/multiple_keywords.wav \
-a ${ACCESS_KEY}
```

#### Windows

```console
Expand Down
3 changes: 0 additions & 3 deletions demo/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,9 @@ Porcupine is:
- macOS (x86_64, arm64)
- Windows (x86_64)
- Raspberry Pi:
- 2
- 3 (32 and 64 bit)
- 4 (32 and 64 bit)
- 5 (32 and 64 bit)
- NVIDIA Jetson Nano
- BeagleBone

## Installation

Expand Down
3 changes: 0 additions & 3 deletions demo/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ This Go module contains demos for processing real-time audio (i.e. microphone) a
- Windows (x86_64)
- Raspberry Pi:
- Zero
- 2
- 3 (32 and 64 bit)
- 4 (32 and 64 bit)
- 5 (32 and 64 bit)
- NVIDIA Jetson Nano
- BeagleBone

## AccessKey

Expand Down
4 changes: 1 addition & 3 deletions demo/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ To learn more about Porcupine, see the [product](https://picovoice.ai/products/p
- Linux (x86_64)
- macOS (x86_64, arm64)
- Windows (x86_64)
- Raspberry Pi 2, Raspberry Pi 3 (32 and 64 bit), Raspberry Pi 4 (32 and 64 bit), Raspberry Pi 5 (32 and 64 bit)
- Jetson Nano
- BeagleBone
- Raspberry Pi 3 (32 and 64 bit), Raspberry Pi 4 (32 and 64 bit), Raspberry Pi 5 (32 and 64 bit)

## Installation

Expand Down
4 changes: 1 addition & 3 deletions demo/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ These demos run Porcupine on **Node.js 12+** on the following platforms:
- Windows (x86_64)
- Linux (x86_64)
- macOS (x86_64, arm64)
- Raspberry Pi (2, 3, 4, 5)
- NVIDIA Jetson (Nano)
- BeagleBone
- Raspberry Pi (3, 4, 5)

### Web Browsers

Expand Down
2 changes: 1 addition & 1 deletion demo/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ applications. It is
## Compatibility

- Python 3.8+
- Runs on Linux (x86_64), Mac (x86_64 and arm64), Windows (x86_64), Raspberry Pi (all variants), NVIDIA Jetson (Nano), and BeagleBone.
- Runs on Linux (x86_64), Mac (x86_64 and arm64), Windows (x86_64), and Raspberry Pi (Zero, 3, 4, 5).

## Installation

Expand Down
2 changes: 1 addition & 1 deletion demo/respeaker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ applications. It is
- compact and computationally-efficient. It is perfect for IoT.
- cross-platform:
- Arm Cortex-M, STM32, Arduino, and i.MX RT
- Raspberry Pi, NVIDIA Jetson Nano, and BeagleBone
- Raspberry Pi
- Android and iOS
- Chrome, Safari, Firefox, and Edge
- Linux (x86_64), macOS (x86_64, arm64), and Windows (x86_64)
Expand Down

0 comments on commit 386d272

Please sign in to comment.