Overview
Organic tasks let users request real voice cloning (e.g., for podcasts, dubbing, apps). Post-mainnet, they’ll be submitted via APIs or frontends.
How It Works
- Provide reference audio URL (clean, 6-30s clip).
- Provide text to synthesize.
- Pay in $TAO (covers miner revenue + network fees).
- Top miners (by score) process → you get best output.
Example Request (Future API Placeholder)
bash
curl -X POST https://api.echo-ic.com/v1/tasks \
-H "Authorization: Bearer YOUR_TAO_WALLET" \
-d '{
"voice_url": "https://your-storage/ref.wav",
"transcript_text": "Welcome to the future of decentralized voice AI.",
"language": "en" // Optional auto-detect
}'Tips for Best Results
- Short, clear text for faster processing.
- High-quality reference (no background noise).
- Longer tasks may route to specialized miners.
Watch @echoic_lab for official API launch.