From 3f13b99b087b06599f37129fc1ade8e9e9491a16 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 30 Apr 2019 19:21:48 +0200 Subject: [PATCH] Rename 2ch-16bit-16khz to 2ch-32bit-8khz. https://github.com/sigrokproject/libsigrokdecode/pull/6#issuecomment-442025810 --- ...v => 2ch-32bit-8khz-no-samplerate.bin_wav} | 0 ...ut => 2ch-32bit-8khz-no-samplerate.output} | 0 ...on => 2ch-32bit-8khz-no-samplerate.python} | 0 ...t-16khz.bin_wav => 2ch-32bit-8khz.bin_wav} | 0 ...bit-16khz.output => 2ch-32bit-8khz.output} | 0 ...bit-16khz.python => 2ch-32bit-8khz.python} | 0 decoder/test/i2s/test.conf | 20 +++++++++---------- 7 files changed, 10 insertions(+), 10 deletions(-) rename decoder/test/i2s/{2ch-16bit-16khz-no-samplerate.bin_wav => 2ch-32bit-8khz-no-samplerate.bin_wav} (100%) rename decoder/test/i2s/{2ch-16bit-16khz-no-samplerate.output => 2ch-32bit-8khz-no-samplerate.output} (100%) rename decoder/test/i2s/{2ch-16bit-16khz-no-samplerate.python => 2ch-32bit-8khz-no-samplerate.python} (100%) rename decoder/test/i2s/{2ch-16bit-16khz.bin_wav => 2ch-32bit-8khz.bin_wav} (100%) rename decoder/test/i2s/{2ch-16bit-16khz.output => 2ch-32bit-8khz.output} (100%) rename decoder/test/i2s/{2ch-16bit-16khz.python => 2ch-32bit-8khz.python} (100%) diff --git a/decoder/test/i2s/2ch-16bit-16khz-no-samplerate.bin_wav b/decoder/test/i2s/2ch-32bit-8khz-no-samplerate.bin_wav similarity index 100% rename from decoder/test/i2s/2ch-16bit-16khz-no-samplerate.bin_wav rename to decoder/test/i2s/2ch-32bit-8khz-no-samplerate.bin_wav diff --git a/decoder/test/i2s/2ch-16bit-16khz-no-samplerate.output b/decoder/test/i2s/2ch-32bit-8khz-no-samplerate.output similarity index 100% rename from decoder/test/i2s/2ch-16bit-16khz-no-samplerate.output rename to decoder/test/i2s/2ch-32bit-8khz-no-samplerate.output diff --git a/decoder/test/i2s/2ch-16bit-16khz-no-samplerate.python b/decoder/test/i2s/2ch-32bit-8khz-no-samplerate.python similarity index 100% rename from decoder/test/i2s/2ch-16bit-16khz-no-samplerate.python rename to decoder/test/i2s/2ch-32bit-8khz-no-samplerate.python diff --git a/decoder/test/i2s/2ch-16bit-16khz.bin_wav b/decoder/test/i2s/2ch-32bit-8khz.bin_wav similarity index 100% rename from decoder/test/i2s/2ch-16bit-16khz.bin_wav rename to decoder/test/i2s/2ch-32bit-8khz.bin_wav diff --git a/decoder/test/i2s/2ch-16bit-16khz.output b/decoder/test/i2s/2ch-32bit-8khz.output similarity index 100% rename from decoder/test/i2s/2ch-16bit-16khz.output rename to decoder/test/i2s/2ch-32bit-8khz.output diff --git a/decoder/test/i2s/2ch-16bit-16khz.python b/decoder/test/i2s/2ch-32bit-8khz.python similarity index 100% rename from decoder/test/i2s/2ch-16bit-16khz.python rename to decoder/test/i2s/2ch-32bit-8khz.python diff --git a/decoder/test/i2s/test.conf b/decoder/test/i2s/test.conf index 73d11f9..9e5cf7b 100644 --- a/decoder/test/i2s/test.conf +++ b/decoder/test/i2s/test.conf @@ -1,13 +1,13 @@ -test 2ch-16bit-16khz +test 2ch-32bit-8khz protocol-decoder i2s channel sck=0 channel ws=1 channel sd=2 - input i2s/2ch-16bit-16khz/2ch-16bit-16khz.sr - output i2s annotation match 2ch-16bit-16khz.output - output i2s python match 2ch-16bit-16khz.python - output i2s binary class wav match 2ch-16bit-16khz.bin_wav + input i2s/2ch-32bit-8khz/2ch-32bit-8khz.sr + output i2s annotation match 2ch-32bit-8khz.output + output i2s python match 2ch-32bit-8khz.python + output i2s binary class wav match 2ch-32bit-8khz.bin_wav -test 2ch-16bit-16khz-no-samplerate +test 2ch-32bit-8khz-no-samplerate protocol-decoder i2s channel sck=0 channel ws=1 channel sd=2 - input i2s/2ch-16bit-16khz/2ch-16bit-16khz-no-samplerate.sr - output i2s annotation match 2ch-16bit-16khz-no-samplerate.output - output i2s python match 2ch-16bit-16khz-no-samplerate.python - output i2s binary class wav match 2ch-16bit-16khz-no-samplerate.bin_wav + input i2s/2ch-32bit-8khz/2ch-32bit-8khz-no-samplerate.sr + output i2s annotation match 2ch-32bit-8khz-no-samplerate.output + output i2s python match 2ch-32bit-8khz-no-samplerate.python + output i2s binary class wav match 2ch-32bit-8khz-no-samplerate.bin_wav -- 2.30.2