MCPcopy
hub / github.com/MiniMax-AI/cli / SseAudioPayload

Interface SseAudioPayload

src/utils/audio-stream.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { parseSSE } from '../client/stream';
2
3interface SseAudioPayload {
4 data?: { audio?: string; status?: number };
5}
6
7export async function pipeAudioStream(response: Response): Promise<void> {
8 process.stdout.on('error', (err: NodeJS.ErrnoException) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected