- Amsterdam, NL
- https://fabiomanganiello.com
-
Automation junkie, ML enthusiast, IoT tinkerer, guitarist and dad. Creator and main developer of Platypush.
- Joined on
2022-07-05
b1911e75a7
Merge pull request 'mqtt CallbackAPIVersion fix for paho.mqtt >= 2.0.0' (#386) from revil-O/platypush:master into master
b4d0716bc5
Added layer of compatibility with both paho.mqtt >= 2.0.0 and < 2.0.0.
584f226b62
mqtt CallbackAPIVersion fix for paho.mqtt >= 2.0.0
mqtt CallbackAPIVersion fix for paho.mqtt >= 2.0.0
mqtt CallbackAPIVersion fix for paho.mqtt >= 2.0.0
@revil-O I've push a commit that introduces a compatibility layer for all versions of paho.mqtt - basically it looks if paho.mqtt.CallbackAPIVersion
exists and initializes the constructor…
mqtt CallbackAPIVersion fix for paho.mqtt >= 2.0.0
I'm afraid it won't work on paho.mqtt < 2.0.0 because of different constructor signature + non-existing CallbackAPIVersion
enum:
2024-04-08 22:37:37,478
mqtt CallbackAPIVersion fix for paho.mqtt >= 2.0.0
Good catch! I missed this breaking change in paho.mqtt 2.0.0.
Let me quickly test it with paho.mqtt < 2.0.0 to make sure that it still works as expected.
blacklight
pushed to 304-new-picovoice-integration at platypush/platypush
2024-04-08 13:33:20 +02:00
fa70c91a67
[assistant.picovoice] Better partial transcript + flush handling logic.
c7094c7886
picovoice
-> assistant.picovoice
blacklight
pushed to 304-new-picovoice-integration at platypush/platypush
2024-04-08 03:02:37 +02:00
0b8e1bb81b
Better integration with the native base API of the assistant plugin.
blacklight
pushed to 304-new-picovoice-integration at platypush/platypush
2024-04-08 01:54:55 +02:00
f021b471aa
[WIP] Added speech detection logic over Cheetah.
blacklight
pushed to 304-new-picovoice-integration at platypush/platypush
2024-04-07 22:42:23 +02:00
01dec0b7a4
[WIP] Added initial hotword integration.
WIP: [#304] Rewrite Picovoice integrations
blacklight
created branch 304-new-picovoice-integration in platypush/platypush
2024-04-06 00:12:02 +02:00
blacklight
pushed to 304-new-picovoice-integration at platypush/platypush
2024-04-06 00:12:02 +02:00
f0382c73ab
[#304] Removed old Picovoice integrations
STT implementation based on Whisper