Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 0e40db6

Browse files
authored
Merge pull request #1829 from lissyx/bump-v0.4.1
Bump VERSION to 0.4.1
2 parents 1a16088 + 3dc3651 commit 0e40db6

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ git clone https://github.com/mozilla/DeepSpeech
7373
If you want to use the pre-trained English model for performing speech-to-text, you can download it (along with other important inference material) from the [DeepSpeech releases page](https://github.com/mozilla/DeepSpeech/releases). Alternatively, you can run the following command to download and unzip the files in your current directory:
7474

7575
```bash
76-
wget https://github.com/mozilla/DeepSpeech/releases/download/v0.4.0/deepspeech-0.4.0-models.tar.gz
77-
tar xvfz deepspeech-0.4.0-models.tar.gz
76+
wget https://github.com/mozilla/DeepSpeech/releases/download/v0.4.1/deepspeech-0.4.1-models.tar.gz
77+
tar xvfz deepspeech-0.4.1-models.tar.gz
7878
```
7979

8080
## Using the model

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.4.1

examples/ffmpeg_vad_streaming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"argparse": "^1.0.10",
11-
"deepspeech": "^0.4.0",
11+
"deepspeech": "^0.4.1",
1212
"node-vad": "^1.1.1",
1313
"util": "^0.11.1"
1414
},

examples/mic_vad_streaming/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
deepspeech~=0.4.0
1+
deepspeech~=0.4.1
22
pyaudio~=0.2.11
33
webrtcvad~=2.0.10
44
halo~=0.0.18
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
deepspeech==0.4.0
1+
deepspeech==0.4.1
22
webrtcvad
33
pyqt5

examples/vad_transcriber/wavTranscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Set the aggressiveness mode, to an integer between 0 and 3.
2626

2727
```
2828
(venv) ~/Deepspeech/examples/vad_transcriber
29-
$ python3 audioTranscript_cmd.py --aggressive 1 --audio ./audio/guido-van-rossum.wav --model ./models/0.4.0/
29+
$ python3 audioTranscript_cmd.py --aggressive 1 --audio ./audio/guido-van-rossum.wav --model ./models/0.4.1/
3030
3131
3232
Filename Duration(s) Inference Time(s) Model Load Time(s) LM Load Time(s)

0 commit comments

Comments
 (0)