qaac icon indicating copy to clipboard operation
qaac copied to clipboard

QAAC On Android? Is possible?

Open jhonsilver19 opened this issue 2 years ago • 3 comments

is it possible to use qaac on android? because there is ffmpeg encoder for android

jhonsilver19 avatar Apr 28 '22 03:04 jhonsilver19

No, since the libraries that this is using are Apple's.

ValZapod avatar May 11 '22 20:05 ValZapod

This would probably be easier to build for android since there's a visual studio solution file and visual studio can target android if you install the cross tools. I'm guessing just adding it as a target would be enough to get things working. You'd need to run that in termux or write a java wrapper program to call it but just doing a java program that calls out to the executable with given parameters like the ffmpeg UI one does shouldn't be hard.

I don't know what ffmpeg has to do with it though, that's sort of like asking whether I could use 3D Studio Max natively on Linux because there's a native Maya build.

NeedsMoar avatar Nov 07 '23 20:11 NeedsMoar