André Clérigo
André Clérigo
The correct line to work should be `if (count >46) data[j / 8] |= 1;` instead of `if (count >16) data[j / 8] |= 1;` Also it's worth mentionning that...
I am currently using this client.py, and I still get this issue ``` from whisper_live.rasa_client import TranscriptionClient # Instantiate the client client = TranscriptionClient( host="localhost", port=9090, lang="en", translate=False, model="turbo", use_vad=False,...
This is still an ongoing issue, an annoying bug if we want to record the user's POV while using that said stream for other stuff
Yes, this would be a nice feature to have, as AR headsets can be seamlessly integrated with Voice Assistants
To test this, where can I define the IP/Domain of the PC that the HoloLens tries to connect to?
Awesome, I'll give it a go next Friday and then leave some feedback
Just tested it and it worked very well! It would be great to have these two modes of functionality for all sensors. Currently, I am looking for something that would...
Ok that's great, and what would be the steps for me to load this custom version of the hl2ss plugin into Unity?
Would it be possible to have the server's IP in a config file? This would remove a lot of the unnecessary compilation of hl2ss and subsequent applications that use hl2ss,...