diff --git a/audiodump.py b/audiodump.py new file mode 100644 index 0000000..d714bc4 --- /dev/null +++ b/audiodump.py @@ -0,0 +1,19 @@ +import struct + + + +with open("channels.bin", "br") as f: + while True: + blob = f.read(4) + data = struct.unpack("