matlab-process-streaming-audio
Design and implement real-time audio processing chains using Audio Toolbox streaming objects. Use when building frame-based audio processing loops, multiband filters, dynamic range control, parametric EQ, level metering, loudness metering, SPL metering, octave-band analysis, sample rate conversion, frequency-domain filtering (long impulse responses, custom filter banks), or audio chains in Simulink. Covers visualization (visualize method), interactive tuning (parameterTuner), MIDI control, and Audio Toolbox Simulink blocks. Use when the user says "real-time audio", "streaming audio", "audio fi
npx skills add matlab/matlab-agentic-toolkit --skill matlab-process-streaming-audio --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Streaming Audio Processing Design and run real-time audio processing in MATLAB and Simulink using Audio Toolbox streaming objects. These objects maintain internal state across frames, support tunable properties, and provide built-in visualization. ## When to Use - Building frame-based audio processing loops - Filtering audio in real time (crossover, EQ, shelving, octave) - Applying dynamic range control (compressor, limiter, expander, noise gate) - Measuring audio levels (peak, loudness, SPL, octave-band spectra) - Resampling audio signals (sample rate conversion) - Applying long impulse responses in real time (frequency-domain filtering) - Tuning audio parameters interactively while streaming - Visualizing filter responses or compressor characteristics - Controlling audio parameters with MIDI devices - Building audio processing chains in Simulink ## When NOT to Use - Audio device I/O setup with `audiostreamer` — use the `matlab-play-record-audio` skill - Audio plugin generation (VST/AU via `createAudioPluginClass`) - Deep learning audio features or inference - Offline batch processing of entire files without streaming ## Workflow Every streaming audio task follows this pattern:
- When to Use
- When NOT to Use
- Workflow
- Key Functions
- Use These (Audio Toolbox objects)
- Universal Methods
- MIDI Control Functions
- Patterns
- Visualization and Tuning
- Multiband Processing
- Parametric Equalization
- Metering
- Streaming Spectral Processing (Per-Bin Manipulation)
- Frequency-Domain FIR Filtering (Long Impulse Responses)
What does the matlab-process-streaming-audio skill do?
Design and implement real-time audio processing chains using Audio Toolbox streaming objects. Use when building frame-based audio processing loops, multiband filters, dynamic range control, parametric EQ, level metering, loudness metering, SPL metering, octave-band analysis, sample rate conversion, frequency-domain filtering (long impulse responses, custom filter banks), or audio chains in Simulink. Covers visualization (visualize method), interactive tuning (parameterTuner), MIDI control, and Audio Toolbox Simulink blocks. Use when the user says "real-time audio", "streaming audio", "audio fi
How do I install it?
Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-process-streaming-audio --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From matlab/matlab-agentic-toolkit, a repository with 868 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
