Module: AudioStream::Helpers

Included in:
AudioStream, CLI, PlaylistTime
Defined in:
lib/audiostream/helpers.rb

Instance Method Summary collapse

Instance Method Details

#mp3(path) ⇒ Object



6
7
8
# File 'lib/audiostream/helpers.rb', line 6

def mp3(path)
  return Mp3Info.new path
end