From 60e8524c8f6e4eeda81d0d5595160073d9a27c1f Mon Sep 17 00:00:00 2001 From: rdkartono Date: Tue, 12 Aug 2025 09:44:11 +0700 Subject: [PATCH] Commit 12/08/2025 --- .idea/artifacts/EWS_Nanopi_Duo2.xml | 20 +++ .idea/artifacts/EWS_POC_jar.xml | 68 -------- .idea/deployment.xml | 3 +- .idea/inspectionProfiles/Project_Default.xml | 1 + .../assets/bootstrap/css/bootstrap.min.css | 0 .../assets/bootstrap/js/bootstrap.min.js | 0 .../assets/css/Navbar-With-Button-icons.css | 0 .../assets/js/jquery-3.7.1.min.js | 0 html/{ => webpage}/assets/js/pocreceiver.js | 0 .../assets/js/prerecordedbroadcast.js | 0 html/{ => webpage}/assets/js/setting.js | 0 html/{ => webpage}/index.html | 0 html/{ => webpage}/pocreceiver.html | 0 html/{ => webpage}/prerecordedbroadcast.html | 0 html/{ => webpage}/setting.html | 0 libs/META-INF/MANIFEST.MF | 3 - libs/{linux-armhf => linux-arm}/libbass.so | Bin libs/{linux-armhf => linux-arm}/libbassenc.so | Bin .../libbassenc_mp3.so | Bin .../libbassenc_opus.so | Bin libs/{linux-armhf => linux-arm}/libbassmix.so | Bin .../{linux-armhf => linux-arm}/libbassopus.so | Bin meta/nanopi duo2/META-INF/MANIFEST.MF | 27 +++ src/Main.kt | 68 +++++++- src/audio/AudioFilePlayer.kt | 5 +- src/audio/AudioUtility.kt | 72 +++++++- src/audio/Bass.java | 1 + src/audio/OpusStreamReceiver.kt | 8 +- src/sbc/DigitalOutput.kt | 157 ++++++++++++++++++ src/sbc/NanopiDuo2.kt | 21 +++ src/somecodes/Codes.kt | 24 ++- src/web/webApp.java | 2 +- src/zello/ZelloClient.kt | 15 +- 33 files changed, 385 insertions(+), 110 deletions(-) create mode 100644 .idea/artifacts/EWS_Nanopi_Duo2.xml delete mode 100644 .idea/artifacts/EWS_POC_jar.xml rename html/{ => webpage}/assets/bootstrap/css/bootstrap.min.css (100%) rename html/{ => webpage}/assets/bootstrap/js/bootstrap.min.js (100%) rename html/{ => webpage}/assets/css/Navbar-With-Button-icons.css (100%) rename html/{ => webpage}/assets/js/jquery-3.7.1.min.js (100%) rename html/{ => webpage}/assets/js/pocreceiver.js (100%) rename html/{ => webpage}/assets/js/prerecordedbroadcast.js (100%) rename html/{ => webpage}/assets/js/setting.js (100%) rename html/{ => webpage}/index.html (100%) rename html/{ => webpage}/pocreceiver.html (100%) rename html/{ => webpage}/prerecordedbroadcast.html (100%) rename html/{ => webpage}/setting.html (100%) delete mode 100644 libs/META-INF/MANIFEST.MF rename libs/{linux-armhf => linux-arm}/libbass.so (100%) rename libs/{linux-armhf => linux-arm}/libbassenc.so (100%) rename libs/{linux-armhf => linux-arm}/libbassenc_mp3.so (100%) rename libs/{linux-armhf => linux-arm}/libbassenc_opus.so (100%) rename libs/{linux-armhf => linux-arm}/libbassmix.so (100%) rename libs/{linux-armhf => linux-arm}/libbassopus.so (100%) create mode 100644 meta/nanopi duo2/META-INF/MANIFEST.MF create mode 100644 src/sbc/DigitalOutput.kt create mode 100644 src/sbc/NanopiDuo2.kt diff --git a/.idea/artifacts/EWS_Nanopi_Duo2.xml b/.idea/artifacts/EWS_Nanopi_Duo2.xml new file mode 100644 index 0000000..df1e760 --- /dev/null +++ b/.idea/artifacts/EWS_Nanopi_Duo2.xml @@ -0,0 +1,20 @@ + + + $PROJECT_DIR$/out/artifacts/EWS_Nanopi_Duo2 + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/artifacts/EWS_POC_jar.xml b/.idea/artifacts/EWS_POC_jar.xml deleted file mode 100644 index 52e06f8..0000000 --- a/.idea/artifacts/EWS_POC_jar.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - $PROJECT_DIR$/out/artifacts/EWS_POC_jar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/deployment.xml b/.idea/deployment.xml index 1783a26..eb605b8 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -1,6 +1,7 @@ - + +