add another constant before we move

This commit is contained in:
Thomas Vander Stichele
2009-05-16 09:16:09 +00:00
parent a30b42e143
commit 204c5d6212

View File

@@ -33,6 +33,7 @@ from morituri.common import task
# checksums are not CRC's. a CRC is a specific type of checksum.
SAMPLES_PER_FRAME = 588
WORDS_PER_FRAME = SAMPLES_PER_FRAME * 2
BYTES_PER_FRAME = SAMPLES_PER_FRAME * 4
FRAMES_PER_SECOND = 75