skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

fal-audio

Text-to-speech and speech-to-text using fal.ai audio models

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/fal-ai-community/skills --skill fal-audio

Overview

What This Skill Does

Text-to-speech and speech-to-text using fal.ai audio models

Application

When to use this Skill

Documentation

Show Skills.md file

fal.ai Audio

Text-to-speech and speech-to-text using state-of-the-art audio models on fal.ai.

How It Works

  1. User provides text (for TTS) or audio URL (for STT)
  2. Script selects appropriate model
  3. Sends request to fal.ai API
  4. Returns audio URL (TTS) or transcription text (STT)

Finding Models

To discover the best and latest audio models, use the search API:

# Search for text-to-speech models
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --category "text-to-speech"

# Search for speech-to-text models
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --category "speech-to-text"

# Search for music generation models
bash /mnt/skills/user/fal-generate/scripts/search-models.sh --query "music generation"
Lines 1 - 25 of 171

Recommendations

Explore other random skills

All skillsMy patterns