Skip to content

Commit a15363a

Browse files
committed
feat: add Vocal Remover feature page and update features list
1 parent 423e380 commit a15363a

2 files changed

Lines changed: 517 additions & 0 deletions

File tree

src/assets/data/features.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,12 @@ export const features: FeatureEntry[] = [
2323
"Remove background noise from audio for free. Eliminate hiss, hum, fan noise, and buzzing from any recording.",
2424
icon: "icon-waveform",
2525
},
26+
{
27+
slug: "vocal-remover",
28+
title: "Free Vocal Remover – Remove Vocals from Any Song | Audacity",
29+
shortTitle: "Vocal Remover",
30+
description:
31+
"Remove vocals from any song for free. AI-powered stem separation for karaoke, remixes, and covers. No limits, no subscription.",
32+
icon: "icon-microphone",
33+
},
2634
];

0 commit comments

Comments
 (0)