diff --git a/out/artifacts/ErhaCam_jar/ErhaCam.jar b/out/artifacts/ErhaCam_jar/ErhaCam.jar index aecb61d..8f27a90 100644 Binary files a/out/artifacts/ErhaCam_jar/ErhaCam.jar and b/out/artifacts/ErhaCam_jar/ErhaCam.jar differ diff --git a/src/main/java/id/co/gtc/erhacam/CaptureView.java b/src/main/java/id/co/gtc/erhacam/CaptureView.java index b4581c6..da338e8 100644 --- a/src/main/java/id/co/gtc/erhacam/CaptureView.java +++ b/src/main/java/id/co/gtc/erhacam/CaptureView.java @@ -73,7 +73,7 @@ public class CaptureView { private String audio_posisikan_muka = "posisikan_wajah.wav"; private String audio_scan_barcode = "scan_barcode.wav"; private String audio_pengambilan_gagal = "pengambilan_gagal.wav"; - private String audio_pengambilan_berhasil = "pengambilan_berhasil.wav"; + private String audio_pengambilan_berhasil = "pengambilan_berhasil_tunggu_lobby.wav"; private String audio_upload_gagal = "upload_gagal.wav"; private String audio_countdown = "countdown321.wav"; private String audio_camera_shutter = "camera-shutter-click-01.wav"; diff --git a/src/main/java/id/co/gtc/erhacam/MainApplication.java b/src/main/java/id/co/gtc/erhacam/MainApplication.java index eaea2ea..a15702d 100644 --- a/src/main/java/id/co/gtc/erhacam/MainApplication.java +++ b/src/main/java/id/co/gtc/erhacam/MainApplication.java @@ -31,8 +31,8 @@ public class MainApplication extends Application { System.out.println("ShutdownHook Checking running threads..."); Map allThreads = Thread.getAllStackTraces(); for(Thread thread : allThreads.keySet()){ - System.out.println("Thread: " + thread.getName()+", State: " + thread.getState()+", Daemon: " + thread.isDaemon()); - //thread.interrupt(); + //System.out.println("Thread: " + thread.getName()+", State: " + thread.getState()+", Daemon: " + thread.isDaemon()); + thread.interrupt(); } if (photoCleaner!=null) photoCleaner.Stop(); })); @@ -50,7 +50,7 @@ public class MainApplication extends Application { Screen screen = Screen.getPrimary(); Rectangle2D screenbound = screen.getBounds(); Scene scene = new Scene(fxmlLoader.load(), screenbound.getWidth(), screenbound.getHeight()); - stage.setTitle("MultiCam Capture App for ERHA 13052025-001"); + stage.setTitle("MultiCam Capture App for ERHA 19052025-001"); stage.setScene(scene); stage.setResizable(true); stage.setMaximized(true); diff --git a/voices/countdown321.wav b/voices/countdown321.wav index f77a93d..30ebc37 100644 Binary files a/voices/countdown321.wav and b/voices/countdown321.wav differ diff --git a/voices/data_barcode_tidak_ditemukan.wav b/voices/data_barcode_tidak_ditemukan.wav index 6096936..a011891 100644 Binary files a/voices/data_barcode_tidak_ditemukan.wav and b/voices/data_barcode_tidak_ditemukan.wav differ diff --git a/voices/hubungistafkami.wav b/voices/hubungistafkami.wav index 4df187e..7070687 100644 Binary files a/voices/hubungistafkami.wav and b/voices/hubungistafkami.wav differ diff --git a/voices/kesalahan_server.wav b/voices/kesalahan_server.wav index ea51697..31f03fc 100644 Binary files a/voices/kesalahan_server.wav and b/voices/kesalahan_server.wav differ diff --git a/voices/pengambilan_berhasil.wav b/voices/pengambilan_berhasil.wav index 96027f6..87596ad 100644 Binary files a/voices/pengambilan_berhasil.wav and b/voices/pengambilan_berhasil.wav differ diff --git a/voices/pengambilan_berhasil_tunggu_lobby.wav b/voices/pengambilan_berhasil_tunggu_lobby.wav new file mode 100644 index 0000000..8d0cbee Binary files /dev/null and b/voices/pengambilan_berhasil_tunggu_lobby.wav differ diff --git a/voices/pengambilan_gagal.wav b/voices/pengambilan_gagal.wav index a22cb16..4522172 100644 Binary files a/voices/pengambilan_gagal.wav and b/voices/pengambilan_gagal.wav differ diff --git a/voices/posisikan_wajah.wav b/voices/posisikan_wajah.wav index a780198..2be238e 100644 Binary files a/voices/posisikan_wajah.wav and b/voices/posisikan_wajah.wav differ diff --git a/voices/scan_barcode.wav b/voices/scan_barcode.wav index 7aad891..11d4b04 100644 Binary files a/voices/scan_barcode.wav and b/voices/scan_barcode.wav differ diff --git a/voices/tahan_posisi.wav b/voices/tahan_posisi.wav index 2f2871f..caf9c2c 100644 Binary files a/voices/tahan_posisi.wav and b/voices/tahan_posisi.wav differ diff --git a/voices/upload_berhasil.wav b/voices/upload_berhasil.wav index 56cc561..14b41fd 100644 Binary files a/voices/upload_berhasil.wav and b/voices/upload_berhasil.wav differ diff --git a/voices/upload_gagal.wav b/voices/upload_gagal.wav index 2ec2c19..c0972b7 100644 Binary files a/voices/upload_gagal.wav and b/voices/upload_gagal.wav differ