voice_id 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Readme.md +1 -0
- data/lib/voice_id/identification.rb +1 -1
- data/voice_id.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 11c03b1a961eb1aaaafe11ffd366751403113fdf
|
|
4
|
+
data.tar.gz: d1ca9d340e7090ff4e0f0be1aac2e3881221c259
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ce1e0dcb77ab21180333b0b3886e9836700ee7a5f662c67029e8727fa5a7649fbb1c5a64c0d85da201a05f94236588e2505926e2ac5895ecd92d58b5d2df397
|
|
7
|
+
data.tar.gz: 46c79da7a9f60e835ce840180d536b00e71e0cee3ccebec763cd82e88a0172ccd3e8e77c1852ae3bc429721fce448c645436b889f2180a03f84f1e56a4e44c8c
|
data/Readme.md
CHANGED
|
@@ -226,7 +226,7 @@ module VoiceId
|
|
|
226
226
|
# false
|
|
227
227
|
def create_enrollment(profileId, shortAudio, audio_file_path)
|
|
228
228
|
_method = :Post
|
|
229
|
-
_path = "/identificationProfiles/#{profileId}/enroll"
|
|
229
|
+
_path = "/identificationProfiles/#{profileId}/enroll?shortAudio=#{shortAudio}"
|
|
230
230
|
_headers = { }
|
|
231
231
|
_body = create_body_for_enrollment(audio_file_path)
|
|
232
232
|
_response = send_request(_path, _method, _headers, _body)
|
data/voice_id.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "voice_id"
|
|
3
|
-
s.version = "0.1.
|
|
3
|
+
s.version = "0.1.1"
|
|
4
4
|
s.date = "2016-09-16"
|
|
5
5
|
s.summary = "Ruby Wrapper for Microsoft Cognitive Services Speaker Recognition API"
|
|
6
6
|
s.description = "Exposes easy-to-use methods to work with Microsoft's Speach Recognition API and identify people by their voice. Useful for identifying your users by speech."
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: voice_id
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ali Yazdani
|
|
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
93
93
|
version: '0'
|
|
94
94
|
requirements: []
|
|
95
95
|
rubyforge_project:
|
|
96
|
-
rubygems_version: 2.4.5
|
|
96
|
+
rubygems_version: 2.4.5.1
|
|
97
97
|
signing_key:
|
|
98
98
|
specification_version: 4
|
|
99
99
|
summary: Ruby Wrapper for Microsoft Cognitive Services Speaker Recognition API
|