AI Agent Hub
Back to plugins
🤖

dsh-audio-bitrate

Model Inference Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-audio-bitrate

Paste the following prompt into your AI chat to install this plugin:

Install by running dsh plugin install uckkk/dsh-audio-bitrate in your terminal; the full source is available at https://github.com/uckkk/dsh-audio-bitrate

About this plugin

In audio processing and model inference pipelines, bitrate calculation can seem trivial yet often becomes fragile when it depends on external services or network connectivity. dsh-audio-bitrate localizes the entire workflow: a pure Node.js implementation with zero network dependencies, ready to compute precise results from parameters alone.

At its core it registers a tool called audio_bitrate that, given the right parameters, calculates the audio bitrate to specification and returns a structured, detailed output for downstream consumption. No extra dependencies, no API keys, nothing to configure beyond installation.

Ideal for developers and model engineers building local audio inference pipelines who need fast bitrate validation or want to eliminate the uncertainty introduced by network calls.

Use Cases

  • Quickly validate bitrate parameters in an audio inference pipeline
  • Build a local, network-free audio processing and transcoding workflow
  • Consume structured bitrate results from model output to drive downstream tasks

Best For

  • Application developers working with audio and multimedia
  • Engineers assembling local model-inference pipelines
  • Project teams that need to eliminate external network dependencies