Removed TTS and STT code
This commit is contained in:
parent
51fa28bddf
commit
0ca8bcab43
105 changed files with 0 additions and 345370 deletions
16
build.gradle
16
build.gradle
|
|
@ -44,22 +44,6 @@ dependencies {
|
|||
implementation 'org.xerial:sqlite-jdbc:3.32.3.2'
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
exclude 'se/hal/SpeechManager.java'
|
||||
exclude 'se/hal/tts/**'
|
||||
exclude 'se/hal/bot/**'
|
||||
exclude 'se/hal/stt/**'
|
||||
}
|
||||
resources {
|
||||
exclude 'bots/**'
|
||||
exclude 'marytts/**'
|
||||
exclude 'sphinx-models/**'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
distributions {
|
||||
main {
|
||||
contents {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue