Lines Matching defs:frames
32 frames = bytes.fromhex("""\
49 frames = bytes.fromhex("""\
68 frames = bytes.fromhex("""\
93 frames = bytes.fromhex("""\
118 frames = bytes.fromhex("""\
127 frames = audioop.byteswap(frames, 2)
139 frames = bytes.fromhex("""\
148 frames = audioop.byteswap(frames, 2)
430 frames = b'\x00' * fout.getnchannels() * sampwidth
431 fout.writeframes(frames)