Skip to content

Commit afdf2fa

Browse files
committed
Tools: Testbench: Fix typos in README.md
The examples need to convert the testbench out.raw to wav format, not the converted input for testbench. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent 81beaa2 commit afdf2fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/testbench/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sox --encoding signed-integer /usr/share/sounds/alsa/Front_Left.wav -L -r 48000
4444
tools/testbench/build_testbench/install/bin/testbench -r 48000 -R 48000 -c 2 -n 2 -b S32_LE \
4545
-t tools/build_tools/test/topology/test-playback-ssp5-mclk-0-I2S-dcblock-s32le-s32le-48k-24576k-codec.tplg \
4646
-i in.raw -o out.raw
47-
sox --encoding signed-integer -L -r 48000 -c 2 -b 32 in.raw out.wav
47+
sox --encoding signed-integer -L -r 48000 -c 2 -b 32 out.raw out.wav
4848
aplay out.wav
4949
```
5050

@@ -138,7 +138,7 @@ sox --encoding signed-integer /usr/share/sounds/alsa/Front_Center.wav -L -r 4800
138138
tools/testbench/build_testbench/install/bin/testbench -r 48000 -R 48000 -c 2 -n 2 -b S32_LE -p 1,2 \
139139
-t tools/build_tools/topology/topology2/development/sof-hda-benchmark-dcblock32.tplg \
140140
-i in.raw -o out.raw
141-
sox --encoding signed-integer -L -r 48000 -c 2 -b 32 in.raw out.wav
141+
sox --encoding signed-integer -L -r 48000 -c 2 -b 32 out.raw out.wav
142142
aplay out.wav
143143
```
144144

0 commit comments

Comments
 (0)