Documentation Index
Fetch the complete documentation index at: https://docs.gistmag.co.uk/llms.txt
Use this file to discover all available pages before exploring further.
Change the playback speed of an existing audio file without affecting pitch. Useful for creating faster or slower versions of audio content.
Request
Audio file to modify (MP3, WAV, etc.)
Playback speed multiplier. Range: 0.25 to 4.0
- 0.25 = 4x slower
- 1.0 = normal speed
- 2.0 = 2x faster
- 4.0 = 4x faster
Your GistMag API key (optional, but recommended for rate limiting)
Response
Returns the modified audio file as MP3.
Credit Cost
No credits charged - This is a free operation for adjusting playback speed.
Example Request
curl -X POST https://api.gistmag.co.uk/tts/change-voice \
-F "audio=@speech.mp3" \
-F "speed=1.5" \
-F "api_key=your_api_key_here" \
--output faster_speech.mp3
Use Cases
- Create faster versions for time-constrained content
- Slow down speech for better comprehension
- Adjust speed for different audience preferences
- Create variations of existing audio content