move around

This commit is contained in:
Thomas Vander Stichele
2013-01-18 19:24:47 +01:00
parent 884c047713
commit d1e367af99

View File

@@ -28,11 +28,11 @@ import math
from morituri.extern.log import log
FRAMES_PER_SECOND = 75
SAMPLES_PER_FRAME = 588
WORDS_PER_FRAME = SAMPLES_PER_FRAME * 2
BYTES_PER_FRAME = SAMPLES_PER_FRAME * 4
FRAMES_PER_SECOND = 75
def msfToFrames(msf):