I don't really know which section i'm supposed to post this question, so i'll just ask it here.
I was just looking through the ps2mp3 source files and i came upon this line of code
Code:
volume = ((volume*MaxVplus1dB)>>MaxVBits
Can anyone tell me what ">>" is supposed to do?