Skip to content

Commit

Permalink
1.0.22
Browse files Browse the repository at this point in the history
added Speech to Text for sending a geochat and then text to speech on the recv side.
  • Loading branch information
niccellular committed May 21, 2024
1 parent eb75be6 commit 6bfb48d
Show file tree
Hide file tree
Showing 24 changed files with 871 additions and 13 deletions.
9 changes: 5 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
buildscript {


ext.PLUGIN_VERSION = "1.0.21"
ext.PLUGIN_VERSION = "1.0.22"
ext.ATAK_VERSION = "4.10.0"

def takdevVersion = '2.+'
Expand Down Expand Up @@ -225,11 +225,12 @@ dependencies {
}
implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime:1.0-M1-1.4.0-rc"
implementation 'com.google.protobuf:protobuf-kotlin:3.21.12'
implementation 'com.google.ar:core:1.43.0'





implementation 'net.java.dev.jna:jna:5.13.0@aar'
implementation 'com.alphacephei:vosk-android:0.3.47@aar'
implementation project(':models')

}

Expand Down
Loading

0 comments on commit 6bfb48d

Please sign in to comment.