30 31 32 33 34 35 36
# File 'lib/audite.rb', line 30 def start_thread Thread.start do loop do @stream.write(process(@buffer_size * 2)) end end end