Alberto Iglesias Well-Known Member Licensed User Longtime User Dec 2, 2013 #1 Hello, Anybody know how we can use a .JAR create by JAVA in B4A? Look this library: It´s convert a .WAV in .FLAC audio files, I want to use in B4A? Exist a simple way to to this? Thank You Alberto Iglesias PS: The file include a full java source code Project Reference: http://sourceforge.net/projects/javaflacencoder/ Attachments javaFlacEncoder-0.3.1-all.zip 451 KB · Views: 424
Hello, Anybody know how we can use a .JAR create by JAVA in B4A? Look this library: It´s convert a .WAV in .FLAC audio files, I want to use in B4A? Exist a simple way to to this? Thank You Alberto Iglesias PS: The file include a full java source code Project Reference: http://sourceforge.net/projects/javaflacencoder/
Erel B4X founder Staff member Licensed User Longtime User Dec 2, 2013 #2 Assuming that this library is supported by Android then you will need to create a wrapper for this library. See the tutorials in the libraries developers forum. Upvote 0
Assuming that this library is supported by Android then you will need to create a wrapper for this library. See the tutorials in the libraries developers forum.