Karaoke

Program removes voice from a source .wav file and creates an output .wav file.

Al momento, stai seguendo questo contributo

This program attempts to create karaoke of a song. It attempts to remove voice and then writes it to a new wav file.

[Algorithm]
This program utilizes the fact that voice is recorded equally in both channels without any stereo effect.

First one of the channel is high pass filtered. This is done to protect the low end bass which is also recorded equally on both channels. Then this channel is subtracted from the other. The common part that is voice gets cancelled.

Select the high pass filter cut off about 50~75 Hz. If there is too much voice in the output reduce this value. If it has too little bass increase this value. Note that by doing so voice will also increase

Drawbacks:
1. Output is mono and a bit harsh
2. Does not remove chorus
3. Also fails if the voice is not identical in both channels

It takes only .wav as input. You can convert your .mp3 into .wav using any converter or there are lots of programs in this forum to do so.

If anyone has ideas to improve this please let me know, I will try to include it.
If you like the program, just leave a comment or rating! :)

Cita come

Shreyes (2026). Karaoke (https://it.mathworks.com/matlabcentral/fileexchange/35466-karaoke), MATLAB Central File Exchange. Recuperato .

Categorie

Scopri di più su Audio Processing Algorithm Design in Help Center e MATLAB Answers

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.13.0.0

n/a

1.0.0.0