Skip to main content
Back to registry

generating-sounds-with-ai

raphaelsalaja/userinterface-wiki

Review Web Audio API code for sound synthesis best practices.

Installs172
Install command
npx skills add https://github.com/raphaelsalaja/userinterface-wiki --skill generating-sounds-with-ai
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Review Web Audio API code for sound synthesis best practices. Reuse a single AudioContext instance; do not create new ones per sound. Fail: Pass: Check and resume suspended AudioContext before playing. Fail: Pass: Disconnect and clean up audio nodes after playback. Fail: Pass: Use exponential ramps for natural decay, not linear. Fail: Pass: Exponential ramps cannot target 0; use 0.001 or similar small value. Fail: Pass: Set initial value before ramping to avoid glitches. Fail: Pass: Use filtered noise for clicks/taps, not oscillators.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does generating-sounds-with-ai do?

Review Web Audio API code for sound synthesis best practices.

Is generating-sounds-with-ai good?

generating-sounds-with-ai does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does generating-sounds-with-ai work with?

generating-sounds-with-ai currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to generating-sounds-with-ai?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install generating-sounds-with-ai?

npx skills add https://github.com/raphaelsalaja/userinterface-wiki --skill generating-sounds-with-ai

Related skills

More from raphaelsalaja/userinterface-wiki

Related skills

Alternatives in Software Engineering