sdelangen commited on
Commit
04e927d
1 Parent(s): 71449d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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=sdelangen/speechbrain-asr-conformer-test --device=cpu -v`
122
 
123
  **Decoding from a file:**
124
 
125
- `python3 asr.py some-english-speech.wav --model-source=sdelangen/speechbrain-asr-conformer-test --device=cpu -v`
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