AAC
AAC audio formatUsed for recorded sound meant for playback over time.
- Family
- Audio
- MIME
- audio/aac
Convert AAC to Android Audio online. See the real timed-stream transcoding behavior, preservation limits, and a format-specific acceptance test.
Converter.now decodes the waveform and channel layout carried by AAC, then writes the codec and container profile used for Android Audio. Duration can remain identical while compression, channel mapping, frame cadence, metadata, or auxiliary streams change. AAC arrives as coded audio frames without the richer track tables expected from an MP4-family container, so timing and tags are reconstructed from the elementary stream.
Decoded media - Lossy Advanced Audio Coding frames used by many streaming and device workflows. Encoded delivery profile - An MP3 preset for Android handsets, built for native MediaPlayer/ExoPlayer playback rather than per-device tuning.
Used for recorded sound meant for playback over time.
Designed for encoded audio covering music, speech, or effects.
An AAC elementary stream carries less container metadata than M4A and another lossy encode can soften transients.
Downloaded files can land outside the Music app's index on Android 10 and newer because of scoped-storage changes to where apps may write into the shared Music and Downloads folders, so a converted MP3 may need a manual media-library rescan before it shows up in the default player.
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.
Listen for speech sibilance and music attacks, then confirm duration and channel layout.
On the Android device, open Files to confirm the .mp3 extension, play the track in the default music or audio app, and separately check the Music library view in case a media rescan is still needed.
Confirm the receiving player, editor, or publishing service actually names Android Audio's container and codecs before switching; stay with AAC if extra tracks or original encoding need to survive intact.