It's supposed to be very simple, but for a day I couldn't find a solution. I'm trying to follow the example in http://andrey.chernih.me/2014/06/28/video-recording-and-processing-in-android/ ( Muxing Audio )
So I've added to my project's libs directory both
aspectjrt-1.8.6.jar and isoparser-1.0.6.jar which were found through https://code.google.com/p/mp4parser/ ( Using without Maven )
But I can't implement "AudioMuxer" in my class.
What am I missing ?
Thanks.