You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,21 +32,21 @@ The Speaker Recognition Engine supports several commands for managing speaker au
32
32
3. **List Enrolled Speakers**: Display a list of all enrolled speakers.
33
33
4. **Delete a Speaker**: Remove a speaker's data from the system.
34
34
35
-
Each command can be executed from the command line with the appropriate arguments. The general syntax for using the tool is:
36
-
35
+
Each command can be executed from the command line with the appropriate arguments.
36
+
The general syntax for using the tool is:
37
37
```bash
38
38
python cli.py <command> [arguments]
39
+
```
39
40
40
-
### Enroll a Speaker
41
+
## Enroll a Speaker
41
42
42
43
To enroll a new speaker, use the `enroll` command followed by the speaker's name and the path to the audio file. Optionally, you can specify parameters like sample rate, number of filters, and number of MFCC coefficients.
0 commit comments