audio-dsp-reviewer

Validate RBJ biquad coefficient formulas and frequency responses in audio DSP code.

Updated Jan 1, 2026
One-click install
npx skills add https://github.com/iammarkps/eqapo-gui --skill audio-dsp-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audio-dsp-reviewer
Source: https://github.com/iammarkps/eqapo-gui/tree/main/.claude/skills/audio-dsp-reviewer
Command: npx skills add https://github.com/iammarkps/eqapo-gui --skill audio-dsp-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate and verify DSP algorithms used in audio applications, preventing misimplementations in biquad filters and frequency response calculations.

Core Features & Use Cases

  • Validate RBJ biquad coefficient calculations against reference implementations.
  • Verify magnitude and phase responses for cascaded filters.
  • Review DSP changes when modifying audio-math.ts or adding new filter types.

Quick Start

Run a validation pass on the DSP algorithms used in your audio project.

Frequently Asked Questions about audio-dsp-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate RBJ biquad coefficient calculations in my audio DSP project?

You validate RBJ biquad coefficient calculations by running a validation pass that checks your audio-math.ts implementations against reference formulas to ensure accurate DSP behavior.

What is the best way to check magnitude and phase responses for cascaded biquads?

The best way to check magnitude and phase responses for cascaded biquads is to apply a DSP validation pass that computes accurate spectral responses and enforces filter stability.

When do I need to run DSP validation on audio-math.ts changes?

You need to run DSP validation on audio-math.ts changes whenever you modify audio algorithms, implement new filter types, or add spectral analysis features to ensure mathematical accuracy.

Does this DSP validation catch filter stability and edge case errors?

Yes, this DSP validation catches filter stability and edge case errors by enforcing proper handling of boundary conditions and verifying the mathematical accuracy of cascaded biquad implementations.

Can I use this to review DSP changes when adding new audio filter types?

Yes, you can use this to review DSP changes when adding new audio filter types, as it verifies RBJ coefficient formulas and computes accurate magnitude and phase responses for the new implementations.