ai-agent

opuscpp: Easy Opus Audio

Get a C++ wrapper around libopus for easy audio handling, ideal for founders needing audio support
28 stars11 forksC++Guide quality 8/10Updated 12/20/2018100% free · open source
What it does

opuscpp provides a C++ wrapper around the libopus library for easy audio encoding and decoding, allowing founders to add high-quality audio support to their applications

When to use it
  • When building a real-time communication platform that requires low-latency audio transmission
  • When developing a voice assistant or voice-controlled application that needs to process audio inputs
  • When creating a music streaming service that requires efficient audio encoding and decoding
Ready-to-paste prompt
OpusEncoder encoder; encoder.init(48000, 2, OPUS_APPLICATION_AUDIO, 128000); // initialize an Opus encoder with 48kHz sample rate, 2 channels, and 128kbps bitrate
Heads up: opuscpp requires the libopus library to be installed on the system, which can be done by running 'sudo apt-get install libopus-dev' on Ubuntu-based systems or 'brew install opus' on macOS with Homebrew
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/opuscpp && curl -fsSL https://workflowstacks.com/api/skills/opuscpp/claude-skill -o ~/.claude/skills/opuscpp/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.

What's inside — free to inspect

No purchase needed

Read the entire source before you build — unlike paid marketplaces that hide it behind a buy button.

9
top-level files
0
folders
10K
source size
Apache-2.0
license
Key files
README.md
File tree
.gitignore
BUILD
CONTRIBUTING.md
LICENSE
opus_wrapper_test.cc
opus_wrapper.cc
opus_wrapper.h
README.md
WORKSPACE
Quick Actions
Details
Creator
google
Language
C++
Category
ai-agent
Published
11/29/2018

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