From 65658c0ac591ae4ab5216a3785d151ca6eb72157 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Tue, 7 Nov 2017 19:55:50 -0700 Subject: i2s: Set file size to 4Gb --- decoders/i2s/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decoders/i2s/pd.py b/decoders/i2s/pd.py index 474c606..0590797 100644 --- a/decoders/i2s/pd.py +++ b/decoders/i2s/pd.py @@ -118,7 +118,7 @@ class Decoder(srd.Decoder): h += b'\x20\x00' # Bits per sample (32) # Data subchunk h += b'data' - h += b'\xff\xff\x00\x00' # Subchunk size (65535 bytes) TODO + h += b'\xff\xff\xff\xff' # Subchunk size (4G bytes) TODO return h def wav_sample(self, sample): -- cgit v1.2.3-70-g09d2