[audio] Add pcm audio websocket with dialog support (#4032)

* [audio] Add pcm audio websocket with dialog support
* improve KSEdgeService support
* fix/spotless voice provider

Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>
This commit is contained in:
GiviMAD
2025-11-29 22:07:55 +01:00
committed by GitHub
parent c56c0165e4
commit 390503b7ef
37 changed files with 1772 additions and 123 deletions
@@ -239,6 +239,12 @@
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.websocket/${project.version}</bundle>
</feature>
<feature name="openhab-core-io-websocket-audio" version="${project.version}">
<feature>openhab-core-base</feature>
<feature dependency="true">openhab-core-io-websocket</feature>
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.websocket.audio/${project.version}</bundle>
</feature>
<feature name="openhab-core-io-transport-coap" version="${project.version}">
<feature>openhab-core-base</feature>
@@ -466,6 +472,7 @@
<feature>openhab-core-io-rest-transform</feature>
<feature>openhab-core-io-rest-voice</feature>
<feature>openhab-core-io-websocket</feature>
<feature>openhab-core-io-websocket-audio</feature>
<feature>openhab-core-model-lsp</feature>
<feature>openhab-core-model-item</feature>
<feature>openhab-core-model-persistence</feature>