Skip to content

Fix the sleep logic for streaming as per sample rate #279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Aug 4, 2016
Prev Previous commit
Next Next commit
renamed to KHz
  • Loading branch information
puneithk committed Aug 4, 2016
commit a44e692d2c7837f3fec7d3becda33c3c1a8416ca
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void test16KHzAudio() throws InterruptedException, IOException {

@Test
public void test32KHzAudio() throws InterruptedException, IOException {
URI uri = new File("resources/audio32khz.raw").toURI();
URI uri = new File("resources/audio32KHz.raw").toURI();
Path path = Paths.get(uri);

String host = "speech.googleapis.com";
Expand Down