mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
Update README.md
This commit is contained in:
parent
a5fb83143f
commit
59da66890c
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ pip install pyaudio scipy
|
|||
pip install PyAudioWPatch scipy
|
||||
```
|
||||
|
||||
2) Run the script: `python capture_activations.py --threshold 0.5 --output_dir <my_dir>`
|
||||
2) Run the script: `python capture_activations.py --threshold 0.5 --output_dir <my_dir> --model <my_model>`
|
||||
|
||||
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.
|
||||
|
||||
|
|
@ -34,4 +34,4 @@ Note that if you have more than one microphone connected to your system, you may
|
|||
|
||||
This is a script that estimates how many openWakeWord models could be run on on the specified number of cores for the current system. Can be useful to determine if a given system has the resources required for a particular use-case.
|
||||
|
||||
To run the script: `python benchmark_efficiency.py --ncores <desired integer number of cores>`
|
||||
To run the script: `python benchmark_efficiency.py --ncores <desired integer number of cores>`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue