B4J Library [B4j] Jave2 FFMPeg Library - stevel05 Sep 03, 2022 (15 reactions) External Dependencies Non Thread version - None Threaded version - Threading Comments Use the threaded version if you are going to convert large files, otherwise the Gui will be blocked. The test apps use nativebin-win64. You will need to change that in the #AdditionalJar directive if you want to B4J Library [B4j] Javax print wrapper for UI and non-UI apps. - stevel05 Oct 31, 2022 (9 reactions) Please report any errors that you find and I will try to fix them as quickly as possible. You can take the code from the examples if it provides a function you want to use. A big benefit of writing this wrapper was that it made me rethink the use of the Javafx print library, which is where the r B4J Library jAudioRecord - stevel05 Aug 04, 2022 (9 reactions) There are no external dependencies for the Library.
The Demo is a modified version of the Android one and depends on libraries:
jMsgBoxes
jRandomAccessFile
Threading
The threading library is necessary so we can control the processing of data as it arrives within B4j. The data capture is blocking B4A Class FrostPocketBaseMobile - A Full Wrapper for Pocketbase-mobile server - Mashiane (first post) Sep 22, 2024 (1 reaction) Heads up, this needs the threading library.. https://www.b4x.-library.6775/ B4J Library jAudioTrack - stevel05 Aug 14, 2022 (5 reactions) The demo app (ATTest.xip) loads a small wav file (you can also load your own with a file selector) to play. It depends on: jRandomAccessFile Threading The threading library is necessary so we can control the processing of data as it arrives within B4j. The data capture is blocking, so if you run i B4A Library Exoplayer 2.18.5 Streams Player - Addo (first post) Apr 02, 2023 (1 reaction) I just looked at your example and it is working fine if you press on stream1 and stream2 in normal case. in case you are clicking too fast that way called bad design.. ExoPlayer already take care of threading aside from that is it safe to call most of its functions on the main application thread asi B4J Library [B4j] jAudioRecord2 - stevel05 (first post) Oct 13, 2023 (1 reaction) Update to V0.12
Added Threaded classes (now depends on the Threading library. The threaded classes cannot be used in debug mode)
Demo contains the source code
Removed dependency on Xui for use in Non-ui apps. B4A Library Threading library - Informatix (first post) Nov 18, 2015 (1 reaction) As said by the error, the Threading library is missing. You have to add the two library files into the folder of your additional libraries. B4A Class Audio Visualizer - stevel05 Sep 09, 2022 (13 reactions) This version has additional dependencies: SLByteArrayBuffer and Threading Libraries. Edit: I forgot to mention that as the Wav drawing is done in a separate thread, it won't run in Debug mode. You can disable it by temporarily removing the TH.Start call to the draw routine, better still use condi B4J Library jAWTRobot - invoke keyboard and mouse events, etc... - Roycefer (first post) Jan 31, 2016 (1 reaction) Version 1.45 changes the Robot.JVMCallingThreadName() method to Robot.JVMCallingThreadNameGet(). It also adds the Robot.JVMCallingThreadNameSet() method which allows you to rename the calling Thread. I find this much more useful for troubleshooting threading related stuff. For example, multi-threade Page: 1 2 3 4 5 6 7 Powered by ColBERT |