Skip to content

Commit

Permalink
unstandardize audio out
Browse files Browse the repository at this point in the history
  • Loading branch information
teddykoker committed May 10, 2020
1 parent e50918d commit 73ea917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test(args):
y_pred = y_pred[:, :, -x_test.shape[2] :]

save("y_pred.wav", y_pred)
save("x_test.wav", data["x_test"])
save("x_test.wav", data["x_test"] * data["std"] + data["mean"])
save("y_test.wav", data["y_test"])


Expand Down

0 comments on commit 73ea917

Please sign in to comment.