Update README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,8 @@ See the License for the specific language governing permissions and
|
|
| 21 |
limitations under the License.
|
| 22 |
```
|
| 23 |
|
|
|
|
|
|
|
| 24 |
```python
|
| 25 |
from pyannote.audio.pipelines.speaker_verification import PretrainedSpeakerEmbedding
|
| 26 |
get_embedding = PretrainedSpeakerEmbedding("hbredin/wespeaker-voxceleb-resnet34-LM")
|
|
|
|
| 21 |
limitations under the License.
|
| 22 |
```
|
| 23 |
|
| 24 |
+
## How to use with [pyannote.audio](https://github.com/pyannote/pyannote-audio)
|
| 25 |
+
|
| 26 |
```python
|
| 27 |
from pyannote.audio.pipelines.speaker_verification import PretrainedSpeakerEmbedding
|
| 28 |
get_embedding = PretrainedSpeakerEmbedding("hbredin/wespeaker-voxceleb-resnet34-LM")
|