Audio Export
VozCraft provides robust audio export capabilities, allowing you to download your generated speech in multiple formats. This guide covers the technical details of each export format, the generation process, and best practices for different use cases.Export Formats Overview
VozCraft supports three export types:MP3 Format
- Smaller file size
- Easy to share
- Universal compatibility
- 22.05 kHz sample rate
WAV Format
- Full quality
- Larger file size
- Ideal for editing
- Professional applications
TXT Transcript
- Complete metadata
- Original text content
- Generation settings
- Timestamp information
MP3 Export
Overview
MP3 (MPEG-1 Audio Layer 3) is a compressed audio format ideal for sharing, storage, and general use. VozCraft generates MP3-compatible audio using the Web Audio API.Technical Specifications
File Characteristics
Filename Format:vozcraft-[timestamp].mp3
Example: vozcraft-1705349100000.mp3
Typical File Sizes (estimates based on text length):
When to Use MP3
- Best Use Cases
- Limitations
- Email attachments
- Social media uploads
- Website embedding
- Mobile app integration
- Large audio libraries
- Cloud storage backup
- Archival purposes (when quality loss is acceptable)
- Personal listening
- Podcast episodes
- Voice messages
- Background audio
How to Export MP3
Generate Audio
Click MP3 Button
- Green/teal background
- Bold text
- Displays “MP3”
Wait for Generation
- Synthesis takes 1-5 seconds depending on text length
- No visual progress indicator (browser handles download)
- Longer texts take proportionally longer to process
Save File
- Default filename:
vozcraft-[timestamp].mp3 - Choose save location
- File downloads automatically
- Toast notification confirms: ”📥 MP3 descargado”
WAV Export
Overview
WAV (Waveform Audio File Format) is an uncompressed audio format that preserves full audio quality. It’s the professional standard for audio editing and production.Technical Specifications
WAV File Structure
File Characteristics
Filename Format:vozcraft-[timestamp].wav
Example: vozcraft-1705349100000.wav
Typical File Sizes:
When to Use WAV
- Professional Use
- Import to DAW
- Podcast editing and production
- Video voiceover tracks
- Professional broadcasting
- Studio recordings
- Applying effects (reverb, EQ, compression)
- Noise reduction and cleanup
- Mixing with other audio tracks
- Pitch correction or time stretching
- Master recordings
- Preservation copies
- Future re-use without quality loss
- Professional audio libraries
How to Export WAV
Locate Your Audio
Click WAV Button
- Amber/yellow background
- Bold text
- Displays “WAV”
Processing
- Uses Web Audio API for synthesis
- Applies all voice settings (pitch, speed, mood)
- Generates complete waveform
- Processing time: 1-5 seconds typical
Download
- Filename:
vozcraft-[timestamp].wav - Save to your preferred location
- Toast confirmation: ”📥 WAV descargado”
Audio Generation Process
How VozCraft Creates Downloadable Audio
When you click MP3 or WAV export, VozCraft performs sophisticated audio synthesis:Calculate Duration
duration = text.length / (14 * effective_rate) secondsWhere:- 14 = average characters spoken per second at normal rate
- effective_rate = combined rate from speed, voice type, and mood
Create Audio Context
Generate Base Frequency
- Voice Type pitch (0.75 for Normal, 1.30 for High-pitched)
- Mood pitch (0.70 to 1.35 range)
- Normal + Neutral: 120 * 0.75 * 1.00 = 90 Hz
- High-pitched + Enthusiastic: 120 * 1.30 * 1.35 = 210.6 Hz
Add Frequency Variation
Apply Formant Filtering
- F1 (800 Hz): Relates to vowel openness
- F2 (2200 Hz): Relates to vowel frontness
- Both scale with pitch for natural sound
Create Amplitude Envelope
- Words divided into estimated syllables (length / 3)
- Each syllable has attack and decay
- Volume modulated by mood setting
- Simulates natural speech articulation
Add Breathiness/Noise
Render Audio
Encode as WAV
Transcript Export (TXT)
Overview
VozCraft allows you to download a formatted text transcript of any generated audio, including complete metadata and generation settings.File Format
Transcripts are saved as UTF-8 encoded plain text files (.txt) with structured formatting:Included Information
Metadata
- Name: Custom name or auto-generated identifier
- Date: Full date when audio was generated
- Time: Exact time of generation
- Timestamp: Unix timestamp for sorting
Voice Settings
- Language: Selected language and regional variant
- Voice Type: Normal or High-pitched
- Speed: Selected speed setting
- Mood: Selected mood preset
Filename Format
Transcript filenames are based on the audio name:- With Custom Name:
My_Audio_Name.txt - Without Custom Name:
vozcraft-[timestamp].txt
- Alphanumeric:
a-z,A-Z,0-9 - Punctuation:
_,- - Spanish characters:
áéíóúñÁÉÍÓÚÑ - Spaces (converted to underscores)
How to Export Transcript
Find Your Audio
Click TXT Button
Download
- No processing delay (instant)
- Filename based on audio name
- UTF-8 encoding for international characters
- Toast notification: ”📄 Transcripción descargada”
Use Cases for Transcripts
- Documentation
- Content Management
- Analysis
- Reference Material: Keep records of generated audio
- Version Control: Track changes in voice content over time
- Audit Trail: Document what was generated and when
- Backup: Text backup in case audio files are lost
- Metadata Preservation: Remember exact settings used
Export Best Practices
Choosing the Right Format
Determine Your End Use
- Immediate listening, sharing: MP3
- Professional editing, processing: WAV
- Documentation, reference: TXT
- Long-term archival (editable): WAV + TXT
- Long-term archival (space-efficient): MP3 + TXT
Consider File Size
Plan for Future Use
- If you might edit later: Choose WAV now
- If sharing is primary use: MP3 is sufficient
- If recreating audio: Export TXT to preserve settings
- If archiving: Consider exporting both WAV and TXT
Bulk Export Workflow
For exporting multiple audio files:Generate All Content First
Name Your Audio Files
- Click edit icon
- Enter meaningful name
- Save
Export Systematically
- Export in consistent format (all MP3 or all WAV)
- Consider exporting transcripts for all items
- Browser downloads go to your default downloads folder
Organize Downloaded Files
- Create a project folder
- Move all audio files into organized structure
- Keep transcripts with corresponding audio
- Consider exporting history JSON for backup
File Organization Suggestions
Troubleshooting Export Issues
Download doesn't start
Download doesn't start
- Browser blocking pop-ups/downloads
- Insufficient disk space
- Browser permission issues
- Check browser download settings
- Allow downloads from VozCraft domain
- Verify available disk space
- Try a different browser
- Check browser console (F12) for errors
Exported audio is silent
Exported audio is silent
- Audio generation error
- Settings resulted in zero/very low volume
- Browser API compatibility issue
- Try generating audio again
- Use Neutral mood (100% volume)
- Test playback in history before exporting
- Try a different browser (Chrome/Edge recommended)
- Check that the audio plays correctly in history first
Wrong filename or format
Wrong filename or format
- Rename audio before exporting for custom filename
- Note that format (MP3/WAV) is set by which button you click
- Some browsers may add additional extensions—remove them
- Check Downloads folder for multiple copies
File won't play on my device
File won't play on my device
- Player doesn’t support WAV format
- File corruption during download
- Incompatible media player
- Try MP3 format instead of WAV
- Test file on computer first
- Use VLC Media Player (supports all formats)
- Re-download the file
- Try converting format with Audacity or online converter
Advanced: Post-Processing Exported Audio
Once you’ve exported WAV files, you can enhance them with audio editing software:Recommended Free Tools
Audacity
- Noise reduction
- EQ and compression
- Effects and plugins
- Multi-track editing
Ocenaudio
- Real-time effects preview
- Easy interface
- VST plugin support
- Spectrogram view
Reaper
- Full DAW capabilities
- Unlimited tracks
- Automation
- Professional effects
Common Post-Processing Tasks
Normalize Volume
- Use Effect > Normalize in Audacity
- Target: -1.0 dB to avoid clipping
- Helps when mixing multiple audio sources
Add Music/Background
- Import your VozCraft audio
- Add music track below
- Adjust music volume (usually -15 to -20 dB below voice)
- Use fade in/out for smooth transitions
Apply EQ
- High-pass filter at 80-100 Hz (remove rumble)
- Boost 2-5 kHz slightly (clarity)
- Reduce 200-400 Hz if muddy
Compress Dynamic Range
- Use compression with 3:1 ratio
- Threshold: -18 dB
- Makes audio more consistent
- Particularly useful for longer content
