class Diapason::Sound::WaveFilePlayer
Public Instance Methods
play(file)
click to toggle source
# File lib/diapason/sound/wave_file_player.rb, line 2 def play(file) `aplay #{file.path}` end
# File lib/diapason/sound/wave_file_player.rb, line 2 def play(file) `aplay #{file.path}` end