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 +4 -4
- data/lib/google/cloud/speech.rb +3 -5
- data/lib/google/cloud/speech/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13a82226f14d77db107909738ad30aa39cc73f88
|
4
|
+
data.tar.gz: b2b830a2f48d2a28e1fef512c33b87d6dfe8a722
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad66452799bbd812278d4d201c4c2f94acda4be720f86e71aa6d84c3d6769049ea674c76f8dd80994c9f1989a47820fc491dfece6a73d3a4acb1d0223cf9f037
|
7
|
+
data.tar.gz: 625b298a86af9eb06d22e7094357a961ca85a76857b7a75cc320e61544233a53dd1308623734e2d07d7c2cb7440218c0ab5dc96707014cca2ce86b0b2eba8497
|
data/lib/google/cloud/speech.rb
CHANGED
@@ -158,11 +158,9 @@ module Google
|
|
158
158
|
#
|
159
159
|
# speech = Google::Cloud::Speech.new
|
160
160
|
#
|
161
|
-
#
|
162
|
-
#
|
163
|
-
#
|
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
|
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.
|
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-
|
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.
|
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
|