Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wsstriving committed Nov 13, 2023
1 parent 1d2c4d3 commit 8374f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pip install git+https://github.com/wenet-e2e/wespeaker.git
$ wespeaker --task embedding --audio_file audio.wav --output_file embedding.txt -g 0
$ wespeaker --task embedding_kaldi --wav_scp wav.scp --output_file `/path/to/embedding -g 0
$ wespeaker --task similarity --audio_file audio.wav --audio_file2 audio2.wav --g 0
$ wespeaker --task diarization --audio_file audio.wav # TODO
$ wespeaker --task diarization --audio_file audio.wav -g 0 # TODO
```

**Python programming usage**:
Expand Down

0 comments on commit 8374f91

Please sign in to comment.