From bd7961d240a3a5c8c5f8c9a0c1edae40fc39638b Mon Sep 17 00:00:00 2001 From: "Matthew D. Scholefield" Date: Mon, 16 Apr 2018 16:24:49 -0500 Subject: [PATCH] Change speechpy to local fork This includes a performance improvement in mfcc calculation --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5925093..72f5c12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,10 @@ python-editor==1.0.3 PyYAML==3.12 scipy==1.0.0 six==1.11.0 -speechpy==2.1 +#speechpy==2.1 + +git+https://github.com/MatthewScholefield/speechpy.git#egg=speechpy + tensorflow==1.5.1 tensorflow-tensorboard==1.5.1 typing==3.6.4