Hello. I'm a first-time XMOS user, and I'd like to start building a DSP pipeline for my MK-AUDIO-316-MC-AB board. While the AN02014 note provided visibility into how to get started, I cannot find a list of effects and their parameters anywhere.
I've looked at screenshots from the other notes, but they don't work because the full jupyter notebook isn't shown.
Thanks in advance for your help!
lib_audio_dsp effects and parameters
-
- Junior Member
- Posts: 4
- Joined: Mon Oct 13, 2025 1:21 pm
-
Verified
- Active Member
- Posts: 59
- Joined: Wed May 22, 2024 2:36 pm
Hey, all the details for the python design functions, as well as the "low level" control parameters are in the docs for lib_audio_dsp: https://www.xmos.com/documentation/XM-0 ... index.html
The "DSP Stages" section (linked) contains a reference for the python API, followed by a table containing the low level parameters for each stage
The "DSP Stages" section (linked) contains a reference for the python API, followed by a table containing the low level parameters for each stage
XMOS Software Engineer


-
- Junior Member
- Posts: 4
- Joined: Mon Oct 13, 2025 1:21 pm
Thanks very much xhuw! This was exactly what I was looking for. Much appreciated!xhuw wrote: ↑Mon Oct 13, 2025 1:55 pm Hey, all the details for the python design functions, as well as the "low level" control parameters are in the docs for lib_audio_dsp: https://www.xmos.com/documentation/XM-0 ... index.html
The "DSP Stages" section (linked) contains a reference for the python API, followed by a table containing the low level parameters for each stage