Hi! Working on my project I faced a problem: I needed to concatenated audio snippets(local or remote) to get final audio output and to play it to customer. I've decided to make the solution flexible and reusable, and as result I got something similar to ERB, based on ruby DSL: https://github.com/TMXCredit/audio_glue
Thanks!