Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
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 .
Informazioni generali
- Versione 1.13.0.0 (7,2 KB)
-
Nessuna licenza
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
