update README.md
Browse files
README.md
CHANGED
@@ -47,17 +47,7 @@ pip install speechbrain
|
|
47 |
Please notice that we encourage you to read our tutorials and learn more about
|
48 |
[SpeechBrain](https://speechbrain.github.io).
|
49 |
|
50 |
-
###
|
51 |
-
|
52 |
-
```python
|
53 |
-
import torchaudio
|
54 |
-
from speechbrain.pretrained import EncoderClassifier
|
55 |
-
classifier = EncoderClassifier.from_hparams(source="speechbrain/spkrec-ecapa-voxceleb")
|
56 |
-
signal, fs =torchaudio.load('samples/audio_samples/example1.wav')
|
57 |
-
embeddings = classifier.encode_batch(signal)
|
58 |
-
```
|
59 |
-
|
60 |
-
### Perform Speaker Verification
|
61 |
|
62 |
```python
|
63 |
import torchaudio
|
|
|
47 |
Please notice that we encourage you to read our tutorials and learn more about
|
48 |
[SpeechBrain](https://speechbrain.github.io).
|
49 |
|
50 |
+
### Perform Emotion recognition
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
```python
|
53 |
import torchaudio
|