From 4cb8a2eec331e5c3f79c1c06f4657900e2c360e0 Mon Sep 17 00:00:00 2001 From: Albert Ho Date: Thu, 12 Dec 2024 10:31:14 -0800 Subject: [PATCH] update readme --- demo/python/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/demo/python/README.md b/demo/python/README.md index fdf9a8a4..c145b3ae 100644 --- a/demo/python/README.md +++ b/demo/python/README.md @@ -82,6 +82,14 @@ eagle_demo_mic test --access_key ${ACCESS_KEY} --input_profile_paths ${INPUT_PRO In this mode, you can include multiple speaker profiles by specifying them with the `--input_profile_paths` option. Eagle will assess and provide a distinct score for each profile, which will be displayed in the terminal. +Note: the demo uses the default input audio device on your machine. To choose a different device, use the +`--show_audio_devices` option to see a list of available devices and their indexes, then run the above commands +with the `--audio_device_index` option: + +```console +eagle_demo_mic enroll --access_key ${ACCESS_KEY} --output_profile_path ${OUTPUT_PROFILE_PATH} --audio_device_index 2 +`````` + ## File Demo Similar to the mic demo, the file demo can be run in two modes: `enroll` and `test`