]> git.basschouten.com Git - openhab-addons.git/commit
[WhisperSTT] Initial contribution (#15166)
authorGiviMAD <GiviMAD@users.noreply.github.com>
Sun, 23 Jun 2024 11:31:05 +0000 (13:31 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Jun 2024 11:31:05 +0000 (13:31 +0200)
commitbf822211d936e97b63fe59aaf039aff26e4a162c
treec1ebf2d52b3ecaed47490e758756a70f8a500a78
parent56db6f8bceac8a65ac518a43ace11f9fa5669adb
[WhisperSTT] Initial contribution (#15166)

Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
Signed-off-by: GiviMAD <GiviMAD@users.noreply.github.com>
15 files changed:
CODEOWNERS
bom/openhab-addons/pom.xml
bundles/org.openhab.voice.whisperstt/NOTICE [new file with mode: 0644]
bundles/org.openhab.voice.whisperstt/README.md [new file with mode: 0644]
bundles/org.openhab.voice.whisperstt/pom.xml [new file with mode: 0644]
bundles/org.openhab.voice.whisperstt/src/main/feature/feature.xml [new file with mode: 0644]
bundles/org.openhab.voice.whisperstt/src/main/java/org/openhab/voice/whisperstt/internal/WhisperConfigOptionProvider.java [new file with mode: 0644]
bundles/org.openhab.voice.whisperstt/src/main/java/org/openhab/voice/whisperstt/internal/WhisperSTTConfiguration.java [new file with mode: 0644]
bundles/org.openhab.voice.whisperstt/src/main/java/org/openhab/voice/whisperstt/internal/WhisperSTTConstants.java [new file with mode: 0644]
bundles/org.openhab.voice.whisperstt/src/main/java/org/openhab/voice/whisperstt/internal/WhisperSTTService.java [new file with mode: 0644]
bundles/org.openhab.voice.whisperstt/src/main/java/org/openhab/voice/whisperstt/internal/utils/VAD.java [new file with mode: 0644]
bundles/org.openhab.voice.whisperstt/src/main/resources/OH-INF/addon/addon.xml [new file with mode: 0644]
bundles/org.openhab.voice.whisperstt/src/main/resources/OH-INF/config/config.xml [new file with mode: 0644]
bundles/org.openhab.voice.whisperstt/src/main/resources/OH-INF/i18n/whisperstt.properties [new file with mode: 0644]
bundles/pom.xml