Sci-fi door mechanism sound effect
A heavy sci-fi airlock door opening. Begins with a pressurized hiss of escaping air lasting about half a second, followed by mechanical servo motors whirring as the door slides laterally. Metal-on-metal scraping sound with a deep hydraulic clunk when the door locks into the open position. The entire sequence takes about 2 seconds. Clean recording with no background ambience — suitable for layering into a game or film sound mix.
查看 API 代码
curl -X POST https://runapi.ai/api/v1/elevenlabs/text_to_sound \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "sound-effect-v2",
"text": "A heavy sci-fi airlock door opening. Begins with a pressurized hiss of escaping air lasting about half a second, followed by mechanical servo motors whirring as the door slides laterally. Metal-on-metal scraping sound with a deep hydraulic clunk when the door locks into the open position. The entire sequence takes about 2 seconds. Clean recording with no background ambience — suitable for layering into a game or film sound mix."
}
JSON