New

I'm new to c++. I was wondering does anyone know a code that can censor a word in a music file.
That is very non-trivial if you want to have the program automatically find the swears. However you could easily edit a music file if you already know where the edits you want to make are. An easy library that enables you to edit music files is the Bass library.

You can also purchase the mp3 spec and write your own library if you would rather not use a commercial lib like bass. The .wav spec is publicly available of course.

Your third option could be to look at a project like audacity and discover the techniques they use to edit music.
Topic archived. No new replies allowed.