$ cat Gemfile
source 'https://rubygems.org'
gem 'ao', '0.1.4'
$ cat ao_.rb
require 'audio/output'
ao = Audio::LiveOutput.new(bits: 16, rate: 44100, channels: 2, thread: true)
$ ruby ./ao_.rb
Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:108, function pa_mutex_unlock(). Aborting.