audio-generate: Gradio API wrapper with timeout handling (600s default), sequential-only generation, SSE stream polling. audio-health: API health check. audio-post: ffmpeg wrapper for convert/normalize/trim/ pipeline operations. All follow existing connector pattern. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
173 B
Bash
Executable File
5 lines
173 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Check if the Stable Audio Open API is reachable. Whitelistable command.
|
|
# Usage: audio-health
|
|
exec python3 "$(dirname "$0")/audio_connector.py" health
|