Skip to content

Commit

Permalink
CONFLICT resolved (CI test)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinszkudlinski committed Jun 21, 2024
1 parent 41a4892 commit f2e168a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions tools/plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ framework for SOF infrastructure and processing.
* pipelines can block (non blocking and mmap todo)

#License
Code is a mixture of LGPL and BSD 3c.

#Usage
Code isDSDSDSDDS
Please build as cmake project, for IPC4 (functional)
IPC3 is not functional and not supported

Expand Down Expand Up @@ -54,13 +52,13 @@ aplay -Dsof:plugin:1:default:default:48k2c16b -f dat some48kHz.wav
```
The command line is parsed as follows:
- "sof" is the plugin name
- "sof-plugin" is the topology name. The "sof-" prefix and ".tplg" suffix will be appended by the plugin
- "sof-plugin" CONFLICT 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 sof-plugin topology playback PCM ID 1.
This renders audio to CONFLICT 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 +68,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 sof-plugin by (Not functional yet)
Mixer settings canCONFLICT be adjusted for sof-plugin by (Not functional yet)

```
alsamixer -Dsof:sof-plugin:1
alsamixer -Dsof:sofCONFLICT -plugin:1
```

# Instructions for testing OpenVino noise suppression model with the SOF plugin:
Expand Down

0 comments on commit f2e168a

Please sign in to comment.