WAV
Waveform AudioUsed for uncompressed production audio.
- Family
- Audio
- MIME
- audio/wav
Convert WAV to Android Audio online. See the real timed-stream transcoding behavior, preservation limits, and a format-specific acceptance test.
Decoding WAV recovers the waveform and channel layout it carries; writing Android Audio means re-expressing that under a different codec and container profile. Duration commonly survives untouched even while compression, channel mapping, cadence, metadata, or auxiliary streams do not. WAV parsing reads RIFF chunks to establish the precise sample encoding, rate, channel layout, data extent, and any non-audio chunks before transcoding.
Decoded from a waveform container written here as uncompressed 16-bit PCM audio. Encoded to an MP3 preset for Android, the codec Android's MediaPlayer and ExoPlayer have decoded natively since the platform's earliest releases.
Used for uncompressed production audio.
Designed for encoded audio covering music, speech, or effects.
PCM WAV can be much larger than delivery audio, and converting high-bit-depth material to 16-bit changes sample precision.
On Android 10 and later, scoped storage changes where downloaded files land relative to the shared Music and Downloads directories, so a freshly converted MP3 may not automatically appear in the phone's default music app until it is saved into a scanned media folder or the device's media index is rescanned.
The android-audio preset always outputs a fixed MP3 bitrate and sample-rate profile rather than tailoring encoding to a specific Android device or OS version; that works because MP3 decoding has been part of Android's native MediaPlayer support since the platform's earliest releases, so one fixed MP3 profile plays reliably across virtually the entire range of Android devices, even though Android itself has never natively supported MP3 encoding.
Compare duration, sample rate, 16-bit depth, channels, peaks, and audible clipping.
Download the converted file on an Android phone, confirm it has an .mp3 extension in the Files app, play it in the default Android music or audio player without a format error, then check whether it also appears in the phone's Music library view or requires a manual rescan.
Confirm the receiving player, editor, or publishing service actually names Android Audio's container and codecs before switching; stay with WAV if extra tracks or original encoding need to survive intact.