I want to create a tool where you can enter a lot of .m4a
files, then it converts them to .mp3
and sorts them by id3
tags.
The code for sorting is already complete and works really well but I can't find sample code that converts .m4a
to .mp3
.
Anyone have some nice snippet/link/hint I can use?