X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fgen_sound.py;h=f324c8c7212ce6bfeecd36781bbbe84c4971c071;hb=a1c561e26fae79ce8a9570c9404975a8a0367d65;hp=8ad04795ec0036d37c4e9e9080a53d5112b5fdd0;hpb=1043032f980df1cf01f6d31fc5dc6774c1a3d846;p=naja.git diff --git a/naja/gen_sound.py b/naja/gen_sound.py index 8ad0479..f324c8c 100644 --- a/naja/gen_sound.py +++ b/naja/gen_sound.py @@ -36,7 +36,7 @@ class Chunk(object): def raw(self): if self.type == 'silence': - for i in xrange(int(176400 * self.length)): + for i in xrange(int(88200 * self.length)): yield '\x00' if self.type == 'sine':