·obs-audio-plugin-writing
*

obs-audio-plugin-writing

Create OBS Studio audio plugins including audio sources, audio filters, and real-time audio processing. Covers obs_source_info for audio, filter_audio callback, audio data structures, settings API, and properties UI. Use when developing audio plugins for OBS.

4Installs·0Trend·@meriley

Installation

$npx skills add https://github.com/meriley/claude-code-skills --skill obs-audio-plugin-writing

How to Install obs-audio-plugin-writing

Quickly install obs-audio-plugin-writing AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/meriley/claude-code-skills --skill obs-audio-plugin-writing
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: meriley/claude-code-skills.

SKILL.md

View raw

Develop OBS Studio audio plugins including audio sources (generators, capture) and audio filters (gain, EQ, compression). Covers real-time audio processing patterns, the filteraudio callback, and audio-specific settings.

Audio sources generate or capture audio and push it to OBS.

| SPEAKERSMONO | 1 | Single channel | | SPEAKERSSTEREO | 2 | Left, Right | | SPEAKERS2POINT1 | 3 | L, R, LFE | | SPEAKERS4POINT0 | 4 | L, R, C, S | | SPEAKERS4POINT1 | 5 | L, R, C, LFE, S | | SPEAKERS5POINT1 | 6 | L, R, C, LFE, SL, SR | | SPEAKERS7POINT1 | 8 | L, R, C, LFE, SL, SR, BL, BR |

Create OBS Studio audio plugins including audio sources, audio filters, and real-time audio processing. Covers obs_source_info for audio, filter_audio callback, audio data structures, settings API, and properties UI. Use when developing audio plugins for OBS. Source: meriley/claude-code-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/meriley/claude-code-skills --skill obs-audio-plugin-writing
Category
*Creative Media
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from meriley/claude-code-skills

Quick answers

What is obs-audio-plugin-writing?

Create OBS Studio audio plugins including audio sources, audio filters, and real-time audio processing. Covers obs_source_info for audio, filter_audio callback, audio data structures, settings API, and properties UI. Use when developing audio plugins for OBS. Source: meriley/claude-code-skills.

How do I install obs-audio-plugin-writing?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/meriley/claude-code-skills --skill obs-audio-plugin-writing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/meriley/claude-code-skills