Sha256: 6aac441711b621acd5b7ac30d75cc7bd8f0199729cf4f20d0c52397888ab8639

Contents?: true

Size: 344 Bytes

Versions: 17

Compression:

Stored size: 344 Bytes

Contents

# encoding: utf-8

module Punchblock
  module Translator
    class Freeswitch
      module Component
        class FliteOutput < TTSOutput
          private

          def renderer
            :flite
          end

          def document
            concatenated_render_doc.inner_text.to_s
          end
        end
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
punchblock-2.7.5 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-2.7.3 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-2.7.2 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-2.7.1 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-2.7.0 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-2.6.0 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-2.5.3 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-2.5.2 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-2.5.1 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-2.5.0 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-2.4.2 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-2.4.0 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-2.3.1 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-2.3.0 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-2.2.2 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-2.2.1 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-2.2.0 lib/punchblock/translator/freeswitch/component/flite_output.rb