From 2bcf3774314f6d032db9386268800cb38a76433d Mon Sep 17 00:00:00 2001 From: dscripka Date: Sun, 5 Mar 2023 00:38:08 -0500 Subject: [PATCH] readme update [skip ci] --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index f19e7e3..73dc1b2 100644 --- a/examples/README.md +++ b/examples/README.md @@ -14,7 +14,7 @@ Note that if you have more than one microphone connected to your system, you may ## Capture Activations -This script is designed to run silently in the background and capture activations for the included pre-trained models. You can specify the initialization arguments, activation threshold, and output directory for the saved audio files for each activation. To run the script, follow these steps: +This script is designed to run in the background and capture activations for the included pre-trained models. You can specify the initialization arguments, activation threshold, and output directory for the saved audio files for each activation. To run the script, follow these steps: 1) Install the example-specific requirements: @@ -29,7 +29,7 @@ pip install PyAudioWPatch scipy 2) Run the script: `python capture_activations.py --threshold 0.5 --output_dir --model ` Where `--output_dir` is the desired location to save the activation clips, and `--model` is the model name or full path of the model to use. -If `--model` is not provided, all of the default models will be loaded. +If `--model` is not provided, all of the default models will be loaded. Use `python capture_activations.py --help` for more information on all of the possible arguments. Note that if you have more than one microphone connected to your system, you may need to adjust the PyAudio configuration in the script to select the appropriate input device.