Decode Audio with libnyquist
Libnyquist decodes various audio file formats such as mp3, wav, ogg, opus, and flac into a standardized format for further processing or analysis.
- •Building a music streaming service that needs to support multiple audio formats
- •Developing an audio processing application that requires handling different file formats
- •Creating a podcast or audiobook platform that needs to decode and play back various audio files
Use the following command to decode an audio file: `ffmpeg -i input.mp3 -f s16le -ar 44.1k -ac 2 -acodec pcm_s16le output.raw` and then process the output.raw file using libnyquist
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/libnyquist && curl -fsSL https://workflowstacks.com/api/skills/libnyquist/claude-skill -o ~/.claude/skills/libnyquist/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Decode Audio with libnyquist is a medium C++ project (~3.9k lines across 20 code files). Expect some technical setup — comfortable with a terminal, or ask a developer. Last commit 6 months ago, BSD-2-Clause license, no tests found.
- 1README.mdStart here — what it does and how to install it
- 2src/Common.cppInside src/ — the main logic begins here
- 3examples/src/AudioDevice.cppA worked example — copy this to get going
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/libnyquist && curl -fsSL https://workflowstacks.com/api/skills/libnyquist/claude-skill -o ~/.claude/skills/libnyquist/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.