Update README.md
Browse files
README.md
CHANGED
@@ -118,11 +118,11 @@ asr_model.transcribe_file(
|
|
118 |
|
119 |
**Decoding from a live stream using ffmpeg (BBC Radio 4):**
|
120 |
|
121 |
-
`python3 asr.py http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_fourfm/bbc_radio_fourfm.isml/bbc_radio_fourfm-audio%3d96000.norewind.m3u8 --model-source=
|
122 |
|
123 |
**Decoding from a file:**
|
124 |
|
125 |
-
`python3 asr.py some-english-speech.wav --model-source=
|
126 |
|
127 |
```python
|
128 |
from argparse import ArgumentParser
|
|
|
118 |
|
119 |
**Decoding from a live stream using ffmpeg (BBC Radio 4):**
|
120 |
|
121 |
+
`python3 asr.py http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_fourfm/bbc_radio_fourfm.isml/bbc_radio_fourfm-audio%3d96000.norewind.m3u8 --model-source=speechbrain/asr-streaming-conformer-librispeech --device=cpu -v`
|
122 |
|
123 |
**Decoding from a file:**
|
124 |
|
125 |
+
`python3 asr.py some-english-speech.wav --model-source=speechbrain/asr-streaming-conformer-librispeech --device=cpu -v`
|
126 |
|
127 |
```python
|
128 |
from argparse import ArgumentParser
|