class Ollama::Handlers::Say
def initialize(output: nil, voice: 'Samantha')
def initialize(output: nil, voice: 'Samantha') output ||= IO.popen(Shellwords.join([ 'say', '-v', voice ]), 'w') super(output:) @output.sync = true end
def initialize(output: nil, voice: 'Samantha') output ||= IO.popen(Shellwords.join([ 'say', '-v', voice ]), 'w') super(output:) @output.sync = true end