Skip to content

Commit e99e90f

Browse files
SurajSonawane2415lgirdwood
authored andcommitted
build_testbench: Fix mhwaveedit command
The command `mhWaveEdit audio_out.wav` was incorrect because the package installs the binary as `mhwaveedit` (all lowercase). This commit corrects the capitalization to avoid command not found errors. Signed-off-by: Suraj Sonawane <[email protected]>
1 parent c7bf0c1 commit e99e90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer_guides/testbench/build_testbench.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ it can be launched to an audio editor tool such as mhWaveEdit:
115115
.. code-block:: bash
116116
117117
paplay audio_out.wav
118-
mhWaveEdit audio_out.wav
118+
mhwaveedit audio_out.wav
119119
120120
.. figure:: fig_mhwaveedit.png
121121

0 commit comments

Comments
 (0)