ai-agent

kopus: Efficient Audio Coding

Get a lightweight audio codec wrapper with kopus, for Kotlin developers and founders needing efficient audio solutions.
13 stars3 forksKotlinGuide quality 9/10Updated 7/9/2026100% free · open source
What it does

Kopus provides a lightweight Kotlin Multiplatform wrapper for the Opus audio codec, enabling efficient audio solutions for Kotlin developers and founders.

When to use it
  • When building cross-platform audio applications that require low-latency and high-quality audio compression
  • When developing voice or video chat features for a mobile or web application
  • When creating audio processing pipelines that need to handle various audio formats and sampling rates
Ready-to-paste prompt
val audioData = ByteArray(1024); val encoder = OpusEncoder(48000, 2, 128000); val compressedAudio = encoder.encode(audioData); println(compressedAudio)
Heads up: Make sure to handle the OpusEncoder exception that may be thrown if the audio data is not in the correct format or if the encoding process fails
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

✅ Light setup

Installs with a command or two; your AI agent can do it for you.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/kopus && curl -fsSL https://workflowstacks.com/api/skills/kopus/claude-skill -o ~/.claude/skills/kopus/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

Quick Actions
Details
Creator
yankeppey
Language
Kotlin
Category
ai-agent
Published
6/16/2025

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.