Categories

Audio Stutter

Create a stutter or glitch effect

Generates rhythmic stuttering, glitch, and repeat effects that interrupt and manipulate audio flow. Creates digital artifacts, skipping sounds, and chopped rhythms popular in electronic music, glitch art, and experimental audio. Perfect for adding dynamic interest and modern production techniques.

Click to upload file or drag and drop file here

Maximum file size: 200MB Supported formats: audio/*

Character of the stutter effect. Different types create various rhythmic and textural qualities.

0.1 8 50

How frequently stutters occur. Higher values = faster, more frequent stutters.

0.01 0.1 1

Duration of each stutter segment. Longer values = more extended repeats.

0 0.3 1

Amount of timing variation. Higher values = more irregular, unpredictable stutters.

0.5 1.2 3

Pitch modification during stutters. >1 = higher pitch, <1 = lower pitch.

0 0.2 0.9

Echo-like feedback in stutter repeats. Higher values = more intense, building repetitions.

0 0.8 1

Balance between dry (original) and wet (stutter) signal.

API Documentation

Request Endpoint

POST /en/api/tools/audio-stutter

Request Parameters

Parameter Name Type Required Description
audioFile file (Upload required) Yes -
stutterType select No Character of the stutter effect. Different types create various rhythmic and textural qualities.
rate range No How frequently stutters occur. Higher values = faster, more frequent stutters.
length range No Duration of each stutter segment. Longer values = more extended repeats.
randomness range No Amount of timing variation. Higher values = more irregular, unpredictable stutters.
pitchShift range No Pitch modification during stutters. >1 = higher pitch, <1 = lower pitch.
feedback range No Echo-like feedback in stutter repeats. Higher values = more intense, building repetitions.
mix range No Balance between dry (original) and wet (stutter) signal.
outputFormat select No -

File type parameters need to be uploaded first via POST /upload/audio-stutter to get filePath, then pass filePath to the corresponding file field.

Response Format

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
File: File

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-audio-stutter": {
      "name": "audio-stutter",
      "description": "Create a stutter or glitch effect",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=audio-stutter",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

Supports URL file links or Base64 encoding for file parameters.

If you encounter any issues, please contact us at [email protected]