Sha256: f3c159e7c83635e3cab40b32191a1dc379fe6b0978af7ada0cbc5a07d9479259

Contents?: true

Size: 325 Bytes

Versions: 7

Compression:

Stored size: 325 Bytes

Contents

# frozen_string_literal: true

require 'speech_to_text/version'
require 'speech_to_text/util'
require 'speech_to_text/google'
require 'speech_to_text/ibm'
require 'speech_to_text/deepspeech'
require 'speech_to_text/speechmatics'
require 'speech_to_text/3playmedia'

module SpeechToText
  class Error < StandardError; end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
speech_to_text-0.1.7 lib/speech_to_text.rb
speech_to_text-0.1.6 lib/speech_to_text.rb
speech_to_text-0.1.5 lib/speech_to_text.rb
speech_to_text-0.1.4 lib/speech_to_text.rb
speech_to_text-0.1.3 lib/speech_to_text.rb
speech_to_text-0.1.2 lib/speech_to_text.rb
speech_to_text-0.1.1 lib/speech_to_text.rb