How to crop audio recording on Xiaomi phone: all ways without a computer

Cutting audio files on Xiaomi smartphones is a challenge that both amateur musicians and those who edit podcasts or simply want to remove unnecessary snippets from voice notes. Unlike video editors, the built-in audio tools in MIUI often go unnoticed, even though they are even in the basic models of Redmi and POCO. The problem is complicated by the fact that many users search for solutions through Google Play, unaware that the necessary functionality is already integrated into the firmware.

In this article, weโ€™ll look at 5 proven ways to trim audio directly on your phone, from the hidden capabilities of the standard Records app to professional tools like Lexis Audio Editor. Weโ€™ll focus on the nuances of the latest versions of MIUI 14/15, where the audio editing interface has undergone changes. And if you work with voice messages from Telegram or WhatsApp, youโ€™ll find special life hacks here to process them.

1. Standard Records app: Hidden audio editor

Few people know, but MIUI's default firmware has a Recording app (a microphone icon) that can not only record sound, but also edit it. The cropping feature is hidden in the file's detailed viewing menu, which is not on the home screen, which confuses many users.

To crop audio through Records:

  1. Open the application and find the desired entry in the list.
  2. Tap the file, then click on three dots. โ‹ฎ top-right.
  3. Choose to edit โ†’ Cut off.
  4. Drag sliders on the timeline to highlight the desired fragment.
  5. Click Save as a new file (the original will remain intact).

โš ๏ธ Note: In some regional versions MIUI (For example, in India, there may be no pruning function, in which case use alternative methods from the following sections.

โ˜‘๏ธ Preparation for cropping in โ€œRecordsยป

Done: 0 / 3

If you have Xiaomi on MIUI 14+, you can even cut audio through the Gallery app, which works for.mp3,.m4a and.wav files, but does not support.aac (used in instant messenger voice messages).

Instructions:

  • ๐Ÿ“ Open the gallery. โ†’ Go to the Albums tab. โ†’ Audio.
  • ๐ŸŽต Find the file you want and tap it. The toolbar will appear at the bottom.
  • โœ‚๏ธ Click on the scissors icon (Cut off).
  • ๐Ÿ•’ Drag sliders to highlight the fragment (maximum accuracy - up to 0.1 seconds).
  • ๐Ÿ’พ Save the result as a new file or replace the original.
File formatIs it supported?Max. Duration.Quality after pruning
.mp3โœ… Yes.Not limited.No loss.
.m4aโœ… Yes.30 minutes.No loss.
.wavโœ… Yes.10 minutes.No loss.
.aacโŒ No.โ€”โ€”
.oggโŒ No.โ€”โ€”

โš ๏ธ Note: When cropping through the Gallery, files larger than 50MB may be processed with a delay.If a Redmi phone with 4GB of RAM or less, close all background apps before editing.

๐Ÿ“Š How do you most often cut audio on your smartphone?
Standard MIUI facilities
Third-party applications
On a computer.
I don't edit audio.

3.The Music app: Rington trimming

If the goal is to create a ringtone or a notification from an audio file, the easiest way to use the built-in Music app is to not only crop tracks, but also assign them to events (call, alarm, message).

How to do this:

  1. Open the music and find the track in the library.
  2. Put three points on it. โ‹ฎ near-name โ†’ Set up how โ†’ Cut audio.
  3. Select a snippet (maximum 30 seconds for ringtone, 5 seconds for notifications).
  4. Save and select the action: Call, Alarm or Notification.

๐Ÿ”น Limitations:

  • ๐ŸŽต The length of the fragment is limited to 30 seconds.
  • ๐Ÿ“ฑ Not all models. POCO Support this function (checked for the POCO X5 Pro - working on POCO M4 Pro - no).
  • ๐Ÿ”Š Quality is only maintained for files.mp3 and.m4a.

๐Ÿ’ก

If you need to crop audio longer than 30 seconds, first split the file into parts through the Lexis Audio Editor app, and then save each piece as a separate ringtone.

4. Third-party apps: top-3 editorials for Xiaomi

If the built-in tools donโ€™t fit (like putting effects on or trimming.aac), third-party apps will come to the rescue, and we tested dozens of editors and selected the top three for Xiaomi:

Lexi Audio Editor โ€“ for professionals

๐Ÿ”น Pros: support for all formats, multitrack editing, effects (echo, noise cancellation).

๐Ÿ”น Cons: paid version is needed for export without watermarks.

MP3 Cutter โ€“ for quick trimming

๐Ÿ”น Pros: simple interface, real-time preview, support for.aac.

๐Ÿ”น Cons: Advertising in the free version.

WaveEditor โ€“ to work with waveform

๐Ÿ”น Pros: audio visualization, accurate editing up to milliseconds.

๐Ÿ”น Cons: difficult for beginners.

๐Ÿ“Œ Tip: Check the permissions of the application before installing. Some editors (such as AudioLab) request access to contacts and SMS โ€” These are unnecessary permissions for audio cropping.

How to remove watermarks in Lexis Audio Editor?
In the free version, a watermark is added automatically. To remove it, export the file in.wav format (no watermark added), and then convert back to.mp3 through the Online Audio Converter.

5. cropping voice messages from messengers

Voice messages from Telegram, WhatsApp or Viber are saved to a phone in.ogg or.aac format that are not supported by standard MIUI tools.

  1. Download the file from the messenger (in Telegram: hold the message โ†’ Save to the gallery).
  2. Rename the extension from.ogg to.mp3 (use Files or Solid Explorer).
  3. Open in MP3 Cutter or Lexis Audio Editor and trim.
  4. Save it in.mp3 format, and you can now send the file back to chat.

โš ๏ธ Note: When converting.ogg โ†’.mp3 If accuracy is important, use WaveEditor to work with the original format.

๐Ÿ’ก

Voice messages from WhatsApp are automatically saved in the folder /WhatsApp/Media/WhatsApp Voice Notes/. To find them, turn on the display of hidden files in the Files app (three dots โ†’ Settings โ†’ Show hidden files).

6 Automation: Pruning via Tasker or Shortcuts

If you regularly need to cut audio from one template (e.g., delete the first 5 seconds from podcasts), you can automate the process.

  • ๐Ÿค– Tasker (for advanced users): Creates trigger tasks (for example, when you save a new file to a folder) Downloads/Audio cut off the first 3 seconds).
  • ๐Ÿ”„ Shortcuts (simple): Records the sequence of actions (open the file) โ†’ cut off โ†’ keep) in one tap.

Example of script for Tasker:

Profile: Cutting audio (Event: File Created, Path: /storage/emulated/0/Download/Audio/*)


Task:




1. Variable Set: %filepath To %ef(1)




2. Plugin: AutoInput โ†’ Simulate Tap (X:500, Y:1,000) [Open File]




Plugin: AutoInput โ†’ Simulate Tap (X:300, Y:500) [Cutting button]




4. Plugin: AutoInput โ†’ Simulate Swipe (X1:200, Y1:800, X2:600, Y2:800) [Selected fragment]




5. Plugin: AutoInput โ†’ Simulate Tap (X:800, Y:100) [Save]

๐Ÿ”น Important: Taps coordinates (X, Y) are subject to screen resolution. Use AutoInput in Record mode for fine-tuning.

7. Frequent mistakes and how to avoid them

When cutting audio on Xiaomi, users often face typical problems. Here's how to solve them:

Problem.Reason.Decision
No cropped file is savedNot enough disk space.Clear the cache in Settings โ†’ Memory or save the file to SD-map
App flies off when prunedToo large file (>100 MB)Divide the file into parts through Lexis Audio Editor
The sound is distorted after pruningIncorrect bitrate when savingIn the export settings, select Original Quality
No sign of the "Cut" button.An outdated version of MIUIUpdate the firmware through Settings โ†’ About the phone โ†’ System update

โš ๏ธ Note: Some Xiaomi models (such as the Redmi Note 10 Pro with custom firmware) may not have standard trimming tools. MP3 Cutter or WaveEditor.

Can you cut audio on Xiaomi without installing apps?
Yes, if you have MIUI 12 or newer, use the built-in Records or Gallery apps (Audio section). There are no standard tools on older firmware (before MIUI 11) - you will need third-party software.
Why did the file become quieter after the clipping?
This is due to the normalization of volume in some editors (e.g. Lexis Audio Editor) to avoid a problem, disable the option to normalize sound in export settings before saving.
How to cut audio for more than 1 hour?
Standard MIUI tools don't support files for more than 1 hour. Use WaveEditor (the free version allows you to work with files for up to 2 hours) or split the audio into parts through MP3Splitter.
Can I cancel the trimming and return the original?
If you saved the file as new (Save as a copy option), the original will remain intact. If you replaced the original, check the Recycle Bin folder in the Files app - it can store backups for up to 30 days.
How to cut audio to millisecond accuracy?
For accurate trimming, use WaveEditor: it displays the waveform of the sound and allows you to highlight fragments with an accuracy of 0.001 seconds. In standard MIUI instruments, the minimum step is 0.1 seconds.