googlesamples / assistant-sdk-python

Samples and bindings for the Google Assistant API
http://developer.google.com/assistant/sdk
Apache License 2.0
916 stars 320 forks source link

Fast response Google Assistant after changing speakers #273

Open thesanjeetc opened 6 years ago

thesanjeetc commented 6 years ago

After changing speakers, attached to the usb soundcard, speaker-test and playback of audio works fine. However, google assistant response seems to be played but at a high speed to the point where it is unrecognizable. There has been no change to the software and the only difference was the speakers, going from 2-channel to 1-channel.

I am fairly new to electronics but the speaker I changed to was the 3W adafruit speaker, which was soldered to the end of an old jack from a pair of earphones, before being plugged into the soundcard. I assume this does not make a difference as the speaker works.

Any suggestions would be great.

Fleker commented 6 years ago

You may want to look at the sample rate that your soundcard is providing. It may be higher than expected.

Fleker commented 6 years ago

Are you still seeing this issue?