From 204c5d62128f929d92a8ac8b7165a7542d92c8f4 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 16 May 2009 09:16:09 +0000 Subject: [PATCH] add another constant before we move --- morituri/common/checksum.py | 1 + 1 file changed, 1 insertion(+) diff --git a/morituri/common/checksum.py b/morituri/common/checksum.py index c8f7f45..94dd6f2 100644 --- a/morituri/common/checksum.py +++ b/morituri/common/checksum.py @@ -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