Skip to content

Commit

Permalink
tools: plugin: README: remove reference to tgl-nocodec
Browse files Browse the repository at this point in the history
Fix the tplg name to match the actual name used in example.

Signed-off-by: Yong Zhi <yong.zhi@intel.com>
  • Loading branch information
yongzhi1 committed May 24, 2024
1 parent 737d4d4 commit 14e6592
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 14e6592

Please sign in to comment.