Class: Music::Type

Inherits:
Object
  • Object
show all
Defined in:
src/ruby/models/music.rb

Overview

Just a vanity class to make the types of music files read a little clearer.

Constant Summary collapse

NONE =

Music format none

0
WAV =

Music format wav

1
OGG =

Music format ogg

2
FLAC =

Music format flac

3
MP3 =

Music format mp3

4
XM =

Music format xm

5
MO =

Music format mo

6