How to remove voice or vocals from song like karaoke app?

I am making an app, just a karaoke app. I was scratching my head last week on how to remove voice or vocals from a song and add our voice to this song like karaoke apps ... Please help me.

+3


source to share


1 answer


For this you need to do C ++ programming as there is no voice library in java for this purpose. Write a standard algorithm in C ++ and include this library in your application using the Android NDK. Here is the link to the algorithm: http://www.slideshare.net/gunjan101/karaoke-formation#btnAudioPlay



+1


source







All Articles