Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions test/REAME.md → test/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@

### requirements
### Requirements
```
pip install https://github.com/voice-engine/voice-engine/archive/master.zip
pip install numpy
git submodule init && git submodule update
```

+ windows

pip install
#### Windows
```
pip install https://github.com/respeaker/respeaker_python_library/releases/download/v0.4.1/pocketsphinx-0.0.9-cp27-cp27m-win32.whl
```

+ linux / macos

pip install pocketsphinx
#### Linux / macOS
```
pip install pocketsphinx
```

### Get RMS

Expand All @@ -25,4 +26,4 @@ python rms.py

```
python echo.py
```
```