Hi, I just started trying out shoes this past week and I'm building an app that requires playing some audio files. I tried but nothing seems to work. It just stalled my app at that point. From what i understand this should be working. Any suggestions? Thanks.
Shoes.app do @audio = video "foo.mp3" @audio.play end
