Method: Librevox::Applications#playback
- Defined in:
- lib/librevox/applications.rb
#playback(file, &block) ⇒ Object
Plays a sound file on the current channel.
158 159 160 |
# File 'lib/librevox/applications.rb', line 158 def playback file, &block application "playback", file, &block end |