Closed copitz closed 1 year ago
Added support for Matrix Voice/Creator over ZeroMQ (Matrix Core).
There's now two new hardware types available: matrixvoiceZMQ and matrixcreatorZMQ. Both make use of the options matrixIp and everloopPort.
matrixvoiceZMQ
matrixcreatorZMQ
matrixIp
everloopPort
I'm fairly new to python so I would very much appreciate your feedback :smile: (esp. on interfaces/matrixcore.py and the asyncio handling there)
Thank you very much for writing and sharing this library :+1:
Thank you for this contribution! I'll review it asap! Well, if you're new to Python, it looks promising to say the least. You've even respected my weird code conventions and used var typing!
📑 Description
Added support for Matrix Voice/Creator over ZeroMQ (Matrix Core).
There's now two new hardware types available:
matrixvoiceZMQ
andmatrixcreatorZMQ
. Both make use of the optionsmatrixIp
andeverloopPort
.✅ Checks
ℹ Additional Information
I'm fairly new to python so I would very much appreciate your feedback :smile: (esp. on interfaces/matrixcore.py and the asyncio handling there)
Thank you very much for writing and sharing this library :+1: