File.open("audio.wav", "rb") do |file| puts OmniAI.transcribe(file).text end
See Also:
60 61 62
# File 'lib/omniai.rb', line 60 def self.transcribe(...) client.transcribe(...) end