Skip to content

Commit 88c6e53

Browse files
SurajSonawane2415lgirdwood
authored andcommitted
Fix incorrect tilde expansion in environment variable
The previous documentation incorrectly suggested setting the NOISE_SUPPRESSION_MODEL_NAME variable with a quoted tilde (~). When quoted, tilde expansion does not occur, leading to an invalid path. Signed-off-by: Suraj Sonawane <surajsonawane0215@gmail.com>
1 parent 6225be5 commit 88c6e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ repository to make sure OpenVino and OpenCV are configured properly.
121121

122122
4. Set environment variable NOISE_SUPPRESSION_MODEL_NAME to point to the model file
123123
```
124-
export NOISE_SUPPRESSION_MODEL_NAME="~/open_model_zoo/demos/noise_suppression_demo/cpp/intel/noise-suppression-poconetlike-0001/FP16/noise-suppression-poconetlike-0001.xml"
124+
export NOISE_SUPPRESSION_MODEL_NAME=~/open_model_zoo/demos/noise_suppression_demo/cpp/intel/noise-suppression-poconetlike-0001/FP16/noise-suppression-poconetlike-0001.xml
125125
126126
```
127127
5. Enable noise suppression by setting NOISE_SUPPRESSION=true in the tplg-targets for the sof-plugin topology

0 commit comments

Comments
 (0)