Copilot SDK in AI Cmd
AI Cmd enables three chat modes, the "plain" chat, the Faust chat and the Cmd chat.
You can download AI Cmd
here.
Faust is a functional programming language for real-time audio signal processing and synthesis. It is widely used for creating audio effects, virtual instruments, and sound design. The "faust" mode in AI Cmd is a chatbot that reuses Copilot
to generate Faust code for audio DSP effects.
Here's an example session with AI Cmd with faust mode:
- /mode faust
- /model Claude Sonnet 4.6
- /source load c:\1.mp3
- /source play 1
- reverb
It stars playing an audio file, then it instructs the model to create a reverb effect for the audio. The generated code is passed to my Faust VST and is applied as an audio effect to the file.