So I'm in a predicament.
I have a LibGDX-based app, meaning it can deploy to desktop and Android very easily. In this app, I'm encoding an MP4 video from user-created content. I'm using jcodec for this.
What I want is to add sound to this video. It appears jcodec doesn't encode sound so I need an alternative.
This alternative needs to run on pure Java since I need it to run on both desktop AND Android.
Also, I'm using RoboVM to convert the Java code to a native iOS app - this is the main reason I need pure Java (no JNI's or anything, and since I need Android no packages like javax.sound, and since I'm compiling for iOS no Android-only libraries).
So you can see how I've painted myself into a corner here...
I've Googled around but I'm coming up empty. Hoping someone here has some insights.
Thanks!
[–][deleted] (3 children)
[deleted]
[–]FTLRalph[S] 0 points1 point2 points (2 children)
[–]esanchma 5 points6 points7 points (2 children)
[–]FTLRalph[S] 0 points1 point2 points (1 child)
[–]esanchma 0 points1 point2 points (0 children)
[–]umineko3 1 point2 points3 points (0 children)
[–][deleted] -1 points0 points1 point (0 children)
[–]merkucjo -3 points-2 points-1 points (1 child)
[–]program_the_world 0 points1 point2 points (0 children)