fal-audio
Installation
SKILL.md
Fal Audio
Generate AI audio using Fal.ai audio models. Use when you need to: (1) convert text to natural speech, (2) create podcast-style audio content, or (3) clone voices from audio samples.
Input
Provide input as JSON:
{
"text_content": "The text content to convert to speech. Can be a script, article, or any text you want to vocalize.",
"audio_type": "Type of audio to generate: 'speech' for simple text-to-speech, 'podcast' for conversational style, or 'clone' for voice cloning",
"voice_style": "Voice characteristics or style preferences (e.g., 'professional male', 'warm female', 'energetic narrator')",
"reference_audio": "<file-reference>"
}