Create Sound Effects#
Generate realistic sound effects, music samples, and audio loops using Stable Audio Open model. This tool excels at creating short audio clips, drum beats, instrument riffs, ambient sounds, and foley recordings.
Overview#
- Text-to-audio generation
- Variable duration control (1-120 seconds)
- Multiple sample generation
- Seed control for reproducibility
- Configurable generation parameters
Quick Start#
- Visit Eden Create: Create sound effects tool
- Enter your audio description
- Set desired duration
- Click "Create"
See API Reference section below for API usage examples.
Ask an Eden agent to "Create sound effects".
Basic Usage#
Required inputs:
- Text prompt describing the desired sound
- Duration (1-120 seconds)
Optional settings:
- Number of samples (1-4)
- Negative prompt
- Steps (16-200)
- Seed value
Technical Guidelines#
The model is optimized for short audio samples up to 47 seconds, though it supports generation up to 120 seconds. Best results typically come from:
- Duration: 5-30 seconds
- Steps: 50 (default) for balanced quality
- CFG: 5.0 (default) for prompt adherence
Input Best Practices#
Structure prompts using the following format:
Example:
Genre: Trap | Styles: well arranged | Instruments: tap delay marimba arp, Shaker, Rim shot, 808 Kick | Moods: Ethereal, Transcendent | BPM: 130
Technical Details#
- Base Model: Stable Audio Open
- Training Data: Freesound and Free Music Archive
- Maximum Duration: 120 seconds
- Optimal Duration: Up to 47 seconds
- Sample Rate: 44.1kHz
API Reference#
Endpoint#
curl -X POST "https://api.eden.art/v2/tasks/create" \
-H "Content-Type: application/json" \
-H "X-Api-Key: YOUR_API_KEY" \
-d '{
"tool": "stable_audio",
"args": {
"prompt": "303 acid bass line 128bpm arpeggiated Gmin7",
"duration": 30,
"n_samples": 1,
"steps": 50,
"cfg": 5.0
}
}'
Response Format#
{
"task": {
"_id": "task_12345",
"createdAt": "2024-01-29T21:52:07.171578+00:00",
"updatedAt": "2024-01-29T21:52:07.171608+00:00",
"user": "user_id",
"requester": "requester_id",
"tool": "stable_audio",
"parent_tool": null,
"output_type": "audio",
"args": {
"prompt": "303 acid bass line 128bpm arpeggiated Gmin7",
"duration": 30,
"n_samples": 1,
"steps": 50,
"cfg": 5.0,
"seed": -1
},
"mock": false,
"cost": 4,
"handler_id": "fc-xxxxx",
"status": "pending",
"error": null,
"result": null,
"performance": null
}
}
Common Issues and Solutions#
-
Poor Quality Output
-
Increase steps (50-100)
- Adjust CFG value (3.5-7.0)
-
Use more specific prompt structure
-
Generation Too Long
-
Keep duration under 47 seconds for optimal results
-
Split longer sounds into multiple generations
-
Unclear Results
- Use structured prompts with Genre/Style/Instruments
- Include specific BPM if relevant
- Add mood descriptors for better context
Use Cases#
Sound Design#
- Film and video game audio
- Podcast intro/outro music
- Sound effects for animations
- Ambient background music
Music Production#
- Drum loops and samples
- Bass lines and melodies
- Atmospheric textures
- Experimental soundscapes
Content Creation#
- Social media audio
- YouTube background music
- Twitch stream sounds
- Educational content audio
Tips for Best Results#
Prompt Engineering#
- Be specific about genre and style
- Include instrument details
- Specify tempo when relevant
- Add mood descriptors
Parameter Tuning#
- Start with default settings
- Adjust steps for quality vs. speed
- Use CFG to control creativity
- Experiment with different seeds
Next Steps#
Once you have your generated audio:
- Review Quality - Listen for artifacts or issues
- Adjust Parameters - Fine-tune for better results
- Generate Variations - Create multiple samples
- Export and Use - Download in your preferred format
Ready to create sound effects? Visit the Stable Audio tool to get started!