Skip to content
#

google-api-client

Here are 46 public repositories matching this topic...

jackdolgin
jackdolgin commented Dec 8, 2019

I originally had the same issue @PranavPable was experiencing (below), and I figured out a solution that I thought I'd document. To make the writeWave output compatible with gl_speech, just set the parameter extensible equal to FALSE.

#Doesn't work:
readWave("foo.wav")) %>%
  writeWave("bar.wav") #by default extensible = TRUE
gl_speech("bar.wav", sampleRateHertz = 8000L)
# 2019-

Improve this page

Add a description, image, and links to the google-api-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the google-api-client topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.