It seems that the Speech Context config breaks the recognition stream. #### Environment details - OS: *nix(Raspian, Ubuntu, etc) - Node.js version: 7.5 - npm version: - google-cloud-node version: 0.6 #### Steps to reproduce 1. require `google-cloud` 2. Start Recognition Stream with a config values of ``` const request = { config: { encoding: encoding, sampleRate: sampleRate, speech_context: ['one', 'two] }, interimResults: true }; ``` 3. `.pipe()` audio stream to the Recognition Stream
It seems that the Speech Context config breaks the recognition stream.
Environment details
Steps to reproduce
google-cloud.pipe()audio stream to the Recognition Stream