From 1a926e4388fa3ab03c29a2ea948875c90d34d5ed Mon Sep 17 00:00:00 2001 From: Teetow Date: Tue, 28 Apr 2026 07:49:25 +0200 Subject: [PATCH] feat: add delete audio landing page (AUDIO-4664) --- src/pages/features/delete.astro | 338 ++++++++++++++++++++++++++++++++ 1 file changed, 338 insertions(+) create mode 100644 src/pages/features/delete.astro diff --git a/src/pages/features/delete.astro b/src/pages/features/delete.astro new file mode 100644 index 0000000..9201137 --- /dev/null +++ b/src/pages/features/delete.astro @@ -0,0 +1,338 @@ +--- +import FeaturePageLayout from "../../layouts/FeaturePageLayout.astro"; +import DownloadButton from "../../components/button/DownloadButton"; +import DownloadMuseHubButton from "../../components/button/DownloadMuseHubButton"; +import { Image } from "astro:assets"; +import AudacityMockUp from "../../assets/img/HeroBannerImage.webp"; +--- + + + +
+
+
+
+

+ Free Audio Delete Tool – Remove Unwanted Sections in + Audacity +

+

+ Delete unwanted sections without touching your clipboard. Remove + mistakes, strip intros, and clean recordings. +

+
+ + + + +
+
+ +
+
+
+
+ +
+

+ Delete audio in 4 steps: +

+
    +
  1. + Click and drag across the waveform to select the part you want to remove +
  2. +
  3. + Press Ctrl+K (Windows/Linux) + or Cmd+K (Mac), or tap the Delete key +
  4. +
  5. + The selection is removed and the remaining audio shifts left to close + the gap +
  6. +
  7. + Save your project or keep editing — nothing is sent to the + clipboard +
  8. +
+
+ +

What Is the Delete Command?

+

+ Delete removes the currently selected audio from your track without copying + it to the Audacity clipboard. The audio to the right of the selection + automatically shifts left to close the gap, just like Cut, but the removed + content is discarded rather than stored. Use Delete when you want to throw + away a mistake, a long pause, or an entire section you will never need again + — it keeps your clipboard free for the content you actually want to + paste. +

+ +

How to Delete Audio in Audacity

+

Step 1: Select the Audio You Want Gone

+

+ Click and drag across the waveform to highlight the section to remove. Zoom + in with Ctrl+1 / Cmd+1 for sample-level precision, or + type exact start and end times into the Selection Toolbar. +

+ +

Step 2: Press Ctrl+K or Tap the Delete Key

+

+ Press Ctrl+K (Windows/Linux) or Cmd+K (Mac), or simply + press the Delete key on your keyboard. The command acts immediately + with no dialog box. You can also use Edit → Delete from + the menu bar. +

+ +

Step 3: Watch Remaining Audio Shift Left

+

+ After deleting, the audio to the right of the removed section slides left to + fill the gap. Your track length shrinks by exactly the length of the deleted + selection. Play back from around the edit point to confirm the transition + sounds clean. +

+ +

Step 4: Save or Keep Editing

+

+ The deleted audio is gone from the timeline (but can still be restored with + Ctrl+Z / Cmd+Z during the session). Save your project + with Ctrl+S / Cmd+S or continue editing. +

+ +

Delete Command Behavior Explained

+

Keyboard Shortcut (Ctrl+K / Cmd+K)

+

+ The primary shortcut for Delete is Ctrl+K on Windows and Linux, or + Cmd+K on Mac. You can also access it through + Edit → Delete. The command has no dialog window and + acts immediately on whatever is currently selected. +

+ +

The Delete Key (Simple Removal)

+

+ Pressing the Delete key on your keyboard after selecting audio also + removes the selection. It works exactly like Edit → Delete: the content disappears and following audio slides left to close the gap. +

+ +

No Clipboard Copy

+

+ Unlike Cut, Delete does not place removed audio on the Audacity clipboard. + Whatever you copied or cut previously stays available on the clipboard, so + you can delete sections while keeping another selection ready to paste + elsewhere. +

+ +

Ripple Edit (Auto-Shift)

+

+ Delete performs a ripple edit by default. Audio after the selection shifts + left to fill the gap, and the total track length shrinks by exactly the + length of the deleted segment. +

+ +

Undo Support

+

+ Deleted audio is not gone forever inside the session. Press Ctrl+Z + / Cmd+Z immediately to restore the selection. Audacity supports unlimited + undo throughout your editing session. +

+ +

Delete vs Cut vs Split Delete vs Silence Audio

+
+ + + + + + + + + + + + + + + + +
CommandShortcutClipboardWhat Happens
DeleteCtrl+K / Cmd+KNoRemoves selection and shifts remaining audio left — discards + entirely
CutCtrl+X / Cmd+XYesRemoves selection, shifts audio left, stores content for pasting
Split DeleteCtrl+Alt+KNoRemoves selection but leaves a gap — following audio stays in place
Silence AudioCtrl+LNoReplaces selection with silence — track length stays the same
Trim AudioCtrl+TNoKeeps only the selection and removes everything outside it
+
+ +

Common Use Cases

+ + +

Tips for Best Results

+ + +

Frequently Asked Questions

+

+ What is the keyboard shortcut for Delete in Audacity?
+ Press Ctrl+K on Windows and Linux, or Cmd+K on Mac. + The Delete key also works, and you can use Edit → Delete from the menu bar. +

+

+ What is the difference between Delete and Cut in Audacity?
+ Both remove the selected audio and shift the remaining audio left. The difference + is the clipboard: Cut stores the removed audio so you can paste it, while Delete + discards it entirely and leaves the clipboard untouched. +

+

+ How do I delete audio without shifting the rest of the track?
+ Use Split Delete from Edit → Remove Special, or press + Ctrl+Alt+K. Split Delete removes the selection without moving + anything after it. +

+

+ How is Delete different from Silence Audio?
+ Delete removes the selected audio and shortens the track. Silence Audio (Ctrl+L) replaces the selection with silence and keeps the track exactly the same + length. Use Silence when timing matters; use Delete when you want that + section gone. +

+

+ Can I undo a delete in Audacity?
+ Yes. Press Ctrl+Z / Cmd+Z immediately to restore the + removed audio. Audacity supports unlimited undo during your editing session. +

+

+ Does Delete affect the audio on my clipboard?
+ No. Delete discards the removed audio without touching the Audacity clipboard. + Whatever you cut or copied before is still there, ready to paste. +

+ +

Download Audacity Free

+

+ Ready to clean up your recordings? Download Audacity for free on Windows, + macOS, or Linux. +

+
+ + + + +
+