Data Processing
This page describes how AudioSpliter handles your audio data during processing.
Processing Pipeline
When you submit a split job:
- Upload -- Your audio file is downloaded from the provided URL to our processing servers
- Validation -- The file is validated for format, size, and integrity
- Processing -- The audio is split according to your parameters (duration, file size)
- Storage -- Output segments are encrypted and stored temporarily
- Delivery -- Signed download URLs are generated and returned via API or webhook
- Cleanup -- Source and output files are deleted according to your plan's retention policy
Encryption
In Transit
All API communication uses TLS 1.2 or higher. Audio files are transferred over HTTPS.
At Rest
Audio files (both source and segments) are encrypted at rest using AES-256 encryption on our storage infrastructure.
Data Isolation
- Each customer's files are stored in isolated storage paths
- API keys provide access only to the authenticated account's data
- Processing workers handle one job at a time with clean environments
No Content Analysis
AudioSpliter does not:
- Listen to, transcribe, or analyze the content of your audio files
- Use your audio data for training machine learning models
- Share your audio data with third parties
- Access your files outside the processing pipeline
The service purely performs mechanical splitting based on duration or file size parameters.
Processing Location
Audio processing occurs in the following regions:
| Region | Location |
|---|---|
| Default | US East (Virginia) |
| EU | EU West (Frankfurt) |
Enterprise customers can request a specific processing region. Contact sales@audiospliter.com for details.
Data Processing Agreement
Enterprise customers can request a Data Processing Agreement (DPA) for GDPR compliance. Contact legal@audiospliter.com.