Time:49
Songname:Lobby
-----------------------------------------------------------------------------
##As long as the first lines are not 'Songname:' or 'Time:', they will not be read.

##Note: "Songname" is not needed for all sounds files(such as this one). Since the file name is the same as
##the Songname, you can remove the Songname line and it should still work. If the "reader" does not find a
##line which starts with "Songname:", it will use the file's name as the songs name. 

##the song is 12.328 seconds long.
##12.328 ~ 12.25
##12.328 is close to 12.25 seconds (or 48 + 1 quater seconds)

##Figure out how many quarter seconds are there in 12.25 seconds
##12 * 4 = 48
##0.25/0.25 = 1;

##48 + 1 = 49

##Once you figure out how many quarter seconds there are in your song you put that number as the first line. 
##Note: it can not have any decimal points.