google-cloud-speech 0.26.1 → 0.26.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 49dc0682a77d0869b3d692d97bf7ed62f4410aec
4
- data.tar.gz: e2c738d6b0a41fe094ed2259502b7cd774ff79f0
3
+ metadata.gz: 13a82226f14d77db107909738ad30aa39cc73f88
4
+ data.tar.gz: b2b830a2f48d2a28e1fef512c33b87d6dfe8a722
5
5
  SHA512:
6
- metadata.gz: 12f048eb4c4157815741db5274f2a9ae14c9eff11acd75b2b7202933e350417e63170d98a603fa43dd1bffaa48e210f0c3962f46b8331893043c92d88aa6e7e8
7
- data.tar.gz: cb60a094f572cc0f6df8ac97710d8ef1ffe8c90a988cd97b0d70e74b13b38c6733847f4a791bb51ac33fb8d288897e96cf280de0f99a2d779913fbeb7218e5f7
6
+ metadata.gz: ad66452799bbd812278d4d201c4c2f94acda4be720f86e71aa6d84c3d6769049ea674c76f8dd80994c9f1989a47820fc491dfece6a73d3a4acb1d0223cf9f037
7
+ data.tar.gz: 625b298a86af9eb06d22e7094357a961ca85a76857b7a75cc320e61544233a53dd1308623734e2d07d7c2cb7440218c0ab5dc96707014cca2ce86b0b2eba8497
@@ -158,11 +158,9 @@ module Google
158
158
  #
159
159
  # speech = Google::Cloud::Speech.new
160
160
  #
161
- # audio = speech.audio "path/to/audio.raw"
162
- #
163
- # stream = audio.stream encoding: :linear16,
164
- # language: "en-US",
165
- # sample_rate: 16000
161
+ # stream = speech.stream encoding: :linear16,
162
+ # language: "en-US",
163
+ # sample_rate: 16000
166
164
  #
167
165
  # # Stream 5 seconds of audio from the microphone
168
166
  # # Actual implementation of microphone input varies by platform
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Speech
19
- VERSION = "0.26.1"
19
+ VERSION = "0.26.2"
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-speech
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.1
4
+ version: 0.26.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Moore
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-08-02 00:00:00.000000000 Z
12
+ date: 2017-08-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-core
@@ -216,7 +216,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
216
216
  version: '0'
217
217
  requirements: []
218
218
  rubyforge_project:
219
- rubygems_version: 2.6.12
219
+ rubygems_version: 2.6.13
220
220
  signing_key:
221
221
  specification_version: 4
222
222
  summary: API Client library for Google Cloud Speech API