From 855e4d1c945eed48acaf078b79a3e1f4e9b7cc6c Mon Sep 17 00:00:00 2001 From: Albert Ho <82767499+albho@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:13:10 -0600 Subject: [PATCH] add rpi5 to READMEs (#54) --- README.md | 2 +- binding/android/README.md | 4 ++-- binding/ios/README.md | 2 +- binding/python/README.md | 4 ++-- binding/web/README.md | 2 +- demo/python/README.md | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 53a48d0..64a3ae4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Eagle is an on-device speaker recognition engine. Eagle is: - Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64) - Android and iOS - Chrome, Safari, Firefox, and Edge - - Raspberry Pi (5, 4, 3) and NVIDIA Jetson Nano + - Raspberry Pi (3, 4, 5) and NVIDIA Jetson Nano ## Table of Contents diff --git a/binding/android/README.md b/binding/android/README.md index b42b673..42ee533 100644 --- a/binding/android/README.md +++ b/binding/android/README.md @@ -11,7 +11,7 @@ Eagle is an on-device speaker recognition engine. Eagle is: - Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64) - Android and iOS - Chrome, Safari, Firefox, and Edge - - Raspberry Pi (4, 3) and NVIDIA Jetson Nano + - Raspberry Pi (3, 4, 5) and NVIDIA Jetson Nano ## Compatibility @@ -155,4 +155,4 @@ eagle.delete() ## Demos -For example usage, refer to our [Android demo application](../../demo/android). \ No newline at end of file +For example usage, refer to our [Android demo application](../../demo/android). diff --git a/binding/ios/README.md b/binding/ios/README.md index f23c5cd..7070d27 100644 --- a/binding/ios/README.md +++ b/binding/ios/README.md @@ -11,7 +11,7 @@ Eagle is an on-device speaker recognition engine. Eagle is: - Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64) - Android and iOS - Chrome, Safari, Firefox, and Edge - - Raspberry Pi (4, 3) and NVIDIA Jetson Nano + - Raspberry Pi (3, 4, 5) and NVIDIA Jetson Nano ## Compatibility diff --git a/binding/python/README.md b/binding/python/README.md index 4f1388b..fe7f1cd 100644 --- a/binding/python/README.md +++ b/binding/python/README.md @@ -12,12 +12,12 @@ Eagle is an on-device speaker recognition engine. Eagle is: - Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64) - Android and iOS - Chrome, Safari, Firefox, and Edge - - Raspberry Pi (5, 4, 3) and NVIDIA Jetson Nano + - Raspberry Pi (3, 4, 5) and NVIDIA Jetson Nano ## Compatibility - Python 3.7 or higher -- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), Raspberry Pi (5, 4, 3), and NVIDIA Jetson Nano. +- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), Raspberry Pi (3, 4, 5), and NVIDIA Jetson Nano. ## Installation diff --git a/binding/web/README.md b/binding/web/README.md index 9ae5e21..c107cea 100644 --- a/binding/web/README.md +++ b/binding/web/README.md @@ -11,7 +11,7 @@ Eagle is an on-device speaker recognition engine. Eagle is: - Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64) - Android and iOS - Chrome, Safari, Firefox, and Edge - - Raspberry Pi (4, 3) and NVIDIA Jetson Nano + - Raspberry Pi (3, 4, 5) and NVIDIA Jetson Nano ## Compatibility diff --git a/demo/python/README.md b/demo/python/README.md index 02ac9fc..f986e77 100644 --- a/demo/python/README.md +++ b/demo/python/README.md @@ -11,12 +11,12 @@ Eagle is an on-device speaker recognition engine. Eagle is: - Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64) - Android and iOS - Chrome, Safari, Firefox, and Edge - - Raspberry Pi (5, 4, 3) and NVIDIA Jetson Nano + - Raspberry Pi (3, 4, 5) and NVIDIA Jetson Nano ## Compatibility - Python 3.7+ -- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), Raspberry Pi (5, 4, 3), and NVIDIA Jetson Nano. +- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), Raspberry Pi (3, 4, 5), and NVIDIA Jetson Nano. ## Installation @@ -134,4 +134,4 @@ Optionally, you can also generate a `.csv` file for further analysis by includin eagle_demo_file test --access_key ${ACCESS_KEY} \ --input_profile_paths ${INPUT_PROFILE_PATH_1 ...} --test_audio_path ${TEST_AUDIO_PATH} \ --csv_output_path ${CSV_OUTPUT_PATH} -``` \ No newline at end of file +```