From aba49fbd8cb06e932ba10686648da9b219b3aee8 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 25 May 2021 14:09:50 +0100 Subject: [PATCH] add loading of data and output dump of samples to mp3 pypowersim example --- media/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media/Makefile b/media/Makefile index 9f59c297..29f744c5 100644 --- a/media/Makefile +++ b/media/Makefile @@ -35,4 +35,7 @@ tests: $(OBJ) echo juuh pypowersim -g audio/mp3/mp3_0.gpr \ -s audio/mp3/mp3_0.spr \ + -l data/audio/mp3/mp3_0_data/buf0:0x100000 \ + -l data/audio/mp3/mp3_0_data/win0:0x200000 \ + -d data/audio/mp3/mp3_0_data/out_samples0:0x400000:256 \ -i audio/mp3/mp3_0_apply_window_float.bin -- 2.30.2