WAV
Waveform AudioUsed for uncompressed production audio.
- Family
- Audio
- MIME
- audio/wav
Convert WAV to iPhone Audio online and see exactly what timed-stream transcoding changes, what iPhone Audio still can't promise, and how to verify the result.
The waveform and channel layout inside WAV is decoded first, then re-encoded into iPhone Audio's own codec and container profile. Duration typically holds steady even as compression, channel mapping, frame cadence, or auxiliary streams shift underneath it. WAV parsing reads RIFF chunks to establish the precise sample encoding, rate, channel layout, data extent, and any non-audio chunks before transcoding.
Decoded media - A waveform container written here as uncompressed 16-bit PCM audio. Encoded delivery profile - A preset for converting audio into M4A (AAC), the format iPhone's own apps, including Voice Memos, use as their default output.
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.
A converted M4A file received on an iPhone via AirDrop is saved to the Files app (typically the Downloads or Recents folder) rather than being added to the Music library automatically, so it will not appear alongside synced songs unless it is imported into Music separately; the user then chooses which app plays it.
The output is always encoded as M4A (AAC) at a fixed bitrate and profile regardless of which device preset is selected, which matters for iPhone because iOS's native playback stack (AVFoundation, Music, Files, Voice Memos) is built around AAC audio in the M4A/MP4 container rather than formats like Ogg Vorbis.
Compare duration, sample rate, 16-bit depth, channels, peaks, and audible clipping.
After converting, AirDrop the M4A file to an iPhone and confirm it opens and plays correctly from the Files app or Voice Memos, since that is the default handoff path for M4A files that have not been added to the Music library.
Switch to iPhone Audio only once the destination player, editor, or service has confirmed support for its exact container and codecs. If extra tracks or the original encoding must survive, WAV remains the safer choice.