I am trying to find out if there is a way to set media metadata (mainly ID3 such as artist, album, song, ...) on an anudio file in Android.
I have noticed that it is possible to retrieve such information using MediaMetadataRetriever but cannot find out a way to set it.
Can you please help? Is it possible?