audio-standards — community audio-standards, TranscribeAPP, JoelShepard, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Media Processing Agents requiring reliable audio recording and processing pipelines with dual recording path integrity Audio recording and processing standards for TranscribeJS. Covers dual recording paths (Native vs Web), browser security headers for SharedArrayBuffer, and audio service architecture.

JoelShepard JoelShepard
[1]
[0]
Updated: 3/8/2026

Quality Score

Top 5%
26
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add JoelShepard/TranscribeAPP/audio-standards
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The audio-standards skill by JoelShepard is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Ideal for Media Processing Agents requiring reliable audio recording and processing pipelines with dual recording path integrity

Core Value

Empowers agents to implement authoritative audio standards using MediaRecorder, ensuring reliable and high-quality audio processing and recording, particularly in environments like Tauri's Linux webview

Capabilities Granted for audio-standards

Implementing dual recording paths for TranscribeJS
Ensuring MediaRecorder reliability in Linux webviews
Developing and maintaining audio recording and processing pipelines

! Prerequisites & Limits

  • Requires Tauri's Linux webview for dual recording path implementation
  • Limited to MediaRecorder implementation
Project
SKILL.md
1.7 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Audio Processing Standards Skill

This skill provides the authoritative instructions for developing and maintaining the audio recording and processing pipelines of TranscribeJS.

1. Dual Recording Path Integrity

The application uses two separate recording paths in App.tsx because MediaRecorder is unreliable inside Tauri's Linux webview.

ConditionPathImplementation
tauriEnv && linuxEnvNativeRust cpal via invoke('start_native_recording') / invoke('stop_native_recording'), returns WAV bytes
Everything elseWebnavigator.mediaDevices.getUserMedia() + MediaRecorder API, produces webm/ogg blob

Critical Rules

  • Rule: Any change to recording logic must be tested on both paths. A fix that works on web may break Tauri native, and vice versa.
  • Rule: Do not unify the two paths unless both are fully validated.

2. Environment Configuration

  • Rule: The dev server (dev.ts) must set Cross-Origin-Opener-Policy: same-origin and Cross-Origin-Embedder-Policy: require-corp headers. These are required for SharedArrayBuffer and OfflineAudioContext.
  • Rule: Wrap all async audio service calls (API, FS, Processing) in try/catch.
  • UI Feedback: Always reflect audio processing errors in the UI (set status to 'error').

3. Services

  • Location: src/services/audio/.
  • Logic: Audio duration, conversion, and splitting.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is audio-standards?

Ideal for Media Processing Agents requiring reliable audio recording and processing pipelines with dual recording path integrity Audio recording and processing standards for TranscribeJS. Covers dual recording paths (Native vs Web), browser security headers for SharedArrayBuffer, and audio service architecture.

How do I install audio-standards?

Run the command: npx killer-skills add JoelShepard/TranscribeAPP/audio-standards. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for audio-standards?

Key use cases include: Implementing dual recording paths for TranscribeJS, Ensuring MediaRecorder reliability in Linux webviews, Developing and maintaining audio recording and processing pipelines.

Which IDEs are compatible with audio-standards?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for audio-standards?

Requires Tauri's Linux webview for dual recording path implementation. Limited to MediaRecorder implementation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add JoelShepard/TranscribeAPP/audio-standards. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use audio-standards immediately in the current project.

Related Skills

Looking for an alternative to audio-standards or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
AI

antd-commit-msg

Logo of ant-design
ant-design

Generate a single-line commit message for ant-design by reading the projects git staged area and recent commit style. Use when the user asks for a commit message, says msg, commit msg, 写提交信息, or wants

97.8k
0
Design