Update README.md
Browse files
README.md
CHANGED
@@ -106,11 +106,11 @@ The `DynChunkTrainConfig` values can be adjusted for a tradeoff of latency, comp
|
|
106 |
|
107 |
**Decoding from a live stream using ffmpeg (BBC Radio 4):**
|
108 |
|
109 |
-
`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-
|
110 |
|
111 |
**Decoding from a file:**
|
112 |
|
113 |
-
`python3 asr.py some-english-speech.wav --model-source=speechbrain/asr-streaming-conformer-
|
114 |
|
115 |
```python
|
116 |
from argparse import ArgumentParser
|
|
|
106 |
|
107 |
**Decoding from a live stream using ffmpeg (BBC Radio 4):**
|
108 |
|
109 |
+
`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-gigaspeech --device=cpu -v`
|
110 |
|
111 |
**Decoding from a file:**
|
112 |
|
113 |
+
`python3 asr.py some-english-speech.wav --model-source=speechbrain/asr-streaming-conformer-gigaspeech --device=cpu -v`
|
114 |
|
115 |
```python
|
116 |
from argparse import ArgumentParser
|