tools: plugin: README: remove reference to tgl-nocodec

Fix the tplg name to match the actual name used in example.

Signed-off-by: Yong Zhi <yong.zhi@intel.com>
This commit is contained in:
Yong Zhi 2024-05-24 09:37:35 -05:00 committed by Liam Girdwood
parent 5f5fdb6cf9
commit 9c334976c4
1 changed files with 4 additions and 4 deletions

View File

@ -54,13 +54,13 @@ aplay -Dsof:plugin:1:default:default:48k2c16b -f dat some48kHz.wav
```
The command line is parsed as follows:
- "sof" is the plugin name
- "tgl-nocodec" is the topology name. The "sof-" prefix and ".tplg" suffix will be appended by the plugin
- "sof-plugin" is the topology name. The "sof-" prefix and ".tplg" suffix will be appended by the plugin
- "1" is the PCM ID for render/capture
- "default": The first default is the card name
- "default": The second default is the device name
- "48k2c16b" is the config name for 48K, stereo, 16bit
This renders audio to the sof-pipe daemon using the tgl-nocodec topology playback PCM ID 1.
This renders audio to the sof-pipe daemon using the sof-plugin topology playback PCM ID 1.
The above example needs to be 48k as example pipe has no SRC/ASRC.
Likewise
@ -70,10 +70,10 @@ arecord -Dsof:plugin:1:default:default:48k2c16b -f dat file.wav
```
Will record audio using the plugin topology and PCM ID 1.
Mixer settings can be adjusted for bdw-nocodec by (Not functional yet)
Mixer settings can be adjusted for sof-plugin by (Not functional yet)
```
alsamixer -Dsof:tgl-nocodec:1
alsamixer -Dsof:sof-plugin:1
```
# Instructions for testing OpenVino noise suppression model with the SOF plugin: