Skip to content

Commit 94c2a93

Browse files
committed
Updated the file
1 parent f06c5bf commit 94c2a93

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ to perform accurate and robust speaker identification.
1212
## Installation
1313
1. **Clone the Repository**
1414
```bash
15-
git clone https://github.com/your_username/your_repository_name.git
16-
cd your_repository_name
15+
git clone git@github.com:GenaNiv/voice-recognition-engine.git
16+
cd voice-recognition-engine
1717

1818
2. **Install Dependencies**
1919
```bash
@@ -32,21 +32,21 @@ The Speaker Recognition Engine supports several commands for managing speaker au
3232
3. **List Enrolled Speakers**: Display a list of all enrolled speakers.
3333
4. **Delete a Speaker**: Remove a speaker's data from the system.
3434
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:
3737
```bash
3838
python cli.py <command> [arguments]
39+
```
3940
40-
### Enroll a Speaker
41+
## Enroll a Speaker
4142
4243
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.
4344

4445
**Syntax:**
4546
```bash
4647
python cli.py enroll <speaker_name> <audio_file_path> [optional parameters]
47-
48+
```
4849
Optional Parameters:
49-
5050
--sample_rate: Sampling rate of the audio file (default: 16000)
5151
--num_filters: Number of Mel filters (default: 26)
5252
--num_ceps: Number of MFCC coefficients (default: 13)
@@ -55,5 +55,5 @@ Optional Parameters:
5555
--frame_step: Frame step (overlap) in seconds (default: 0.01)
5656
--n_mixtures: Number of Gaussian mixtures in GMM (default: 8)
5757

58-
Example:
58+
**Example:**
5959
python cli.py enroll gena /home/gena/audio_files/gena.wav --sample_rate 16000 --num_filters 40 --num_ceps 13 --n_fft 512 --frame_size 0.025 --frame_step 0.01 --n_mixtures 8

0 commit comments

Comments
 (0)