Sha256: eca0f07d683d4ef7c3b6dd934ada635dadf7e8e61108a6a8520e9bdbcff34186

Contents?: true

Size: 284 Bytes

Versions: 18

Compression:

Stored size: 284 Bytes

Contents

# encoding: utf-8

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

          def document
            @component_node.ssml.inner_text.to_s
          end
        end
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
punchblock-1.9.4 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-1.9.3 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-1.9.2 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-1.9.1 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-1.9.0 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-1.8.2 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-1.8.1 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-1.8.0 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-1.7.1 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-1.7.0 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-1.6.1 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-1.6.0 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-1.5.3 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-1.5.2 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-1.5.1 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-1.5.0 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-1.4.1 lib/punchblock/translator/freeswitch/component/flite_output.rb
punchblock-1.4.0 lib/punchblock/translator/freeswitch/component/flite_output.rb