File size: 478 Bytes
bc3753a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Routines for DeepSpeech features processing
Several routines for [DeepSpeech](https://github.com/mozilla/DeepSpeech) features processing, like speech features generation for [VOCA](https://github.com/TimoBolkart/voca) model.

## Installation

```
pip3 install -r requirements.txt
```

## Usage

Generate wav files:
```
python3 extract_wav.py --in-video=<you_data_dir>
```

Generate files with DeepSpeech features:
```
python3 extract_ds_features.py --input=<you_data_dir>
```