lib_audio_dsp effects and parameters

Technical questions regarding the XTC tools and programming with XMOS.
unahm
Junior Member
Posts: 4
Joined: Mon Oct 13, 2025 1:21 pm

lib_audio_dsp effects and parameters

Post by unahm »

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!
User avatar
xhuw
Verified
Active Member
Posts: 59
Joined: Wed May 22, 2024 2:36 pm

Post by xhuw »

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
XMOS Software Engineer

Image
unahm
Junior Member
Posts: 4
Joined: Mon Oct 13, 2025 1:21 pm

Post by unahm »

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
Thanks very much xhuw! This was exactly what I was looking for. Much appreciated!