Skip to content
All features
AI runtimepackages/ai/audio-pipeline

audio-pipeline package

Audio processing chain — voice clone, denoise, transcribe, summarize. Streams through one async iterator per stage.

Open docs
Stability
Stable
Scope
Global
Boundary
packages/ai/audio-pipeline

audio-pipeline

packages/ai/audio-pipeline

AI runtime · tool registry · MCP boundary

Ready

Capability graph

ai/audio-pipeline
audio-pipeline
Tool policy
Stream UI
Output

Run ledger

  1. 1
    Input
    packages/ai/audio-pipeline/request
  2. 2
    Plan
    message reducer -> model turn
  3. 3
    Tool policy
    tool schema · auth scope · rate limit
  4. 4
    Stream UI
    events -> UI state machine
  5. 5
    Output
    @nebutra/agents response envelope
p50 latency
51 ms
events/sec
380/s
providers
4
eval score
84
Usageaudio-pipeline.ts
typescript
audio-pipeline.ts
1import { audioPipeline } from "@nebutra/audio-pipeline";
2
3const result = await audioPipeline.run({
4  tenantId: org.id,
5  // audio-pipeline is part of the AI runtime — composable with other AI primitives.
6  input: payload,
7});