Skip to content

Commit

Permalink
remove the audio restrictions for the server testing
Browse files Browse the repository at this point in the history
  • Loading branch information
korymath committed Apr 24, 2019
1 parent e2a73cd commit 33412c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source env/bin/activate
# install requirements
pip install -r requirements.txt
# in case of an error with pyaudio, may need to point to brew intall directly
# see https://stackoverflow.com/questions/33513522/when-installing-pyaudio-pip-cannot-find-portaudio-h-in-usr-local-include
# see https://stackoverflow.com/questions/33513522/when-installing-pyaudio-pip-cannot-find-portaudio-h-in-usr-local-include
# for more information
# pip install --global-option='build_ext' --global-option='-I/Users/korymath/homebrew/Cellar/portaudio/19.6.0/include' --global-option='-L/Users/korymath/homebrew/Cellar/portaudio/19.6.0/lib' pyaudio
# get the trained model and example files
Expand Down Expand Up @@ -52,6 +52,12 @@ The storyteller is interactive, it understands the following commands:

`hint` uses the `tvtropesmodel.bin` to find an appropriate trope.

## Install pocketsphinx

```sh
pip install pocketsphinx==0.1.15
```

## Basic Usage
Improvisors on stage can cue the system to provide the next plot point or the next hint.
The improvisors provide the dialogue for each plot clause.
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jmespath==0.9.3
more-itertools==4.3.0
numpy==1.15.4
pluggy==0.8.0
pocketsphinx==0.1.15
py==1.7.0
PyAudio==0.2.11
pytest==3.10.1
Expand Down

0 comments on commit 33412c0

Please sign in to comment.