-
### Microsoft PowerToys version
0.76.2 then, 0.79.0 now
### Installation method
Microsoft Store
### Running as admin
No
### Area(s) with issue?
Mouse Without Borders
### Steps …
-
when use new version, something occurred to me:
1. load model
cannot use
```py
chat.load(source="custom", custom_path=MODEL_PATH, device='cpu', compile=False)
```
and meet the question…
-
Hey, is there a way to open the voice chat channels options? if not, can you ad the option next to the mute and deafen voice chat buttons?
-
- [ ] ability to record voice messages
- [ ] only play one voice message at a time, if there is already a voice message playing pause it
- [ ] have a player for voice messages, so users can listen t…
-
META_VIDEO_ONLY check doesn't stop videos without text from being sent by users not in a whitelist.
I can send the logs privately.
-
Is it possible to resize the text chat that are in channel voices when you screenshot? It's too large. Thank you
-
### Steps to reproduce
1. Where are you starting? What can you see?
When I click the microphone button in the chat room, and the system is crushed.
I use the Xcode 15.4, and when I run this p…
-
### Acknowledgement of preliminary instructions
- [X] I have read the preliminary instructions, and I am certain that my problem has not already been addressed.
- [X] I have thoroughly looked through…
-
Ever since "Call to Arms" update the VOIP volume is just too low.
Even when using `snd_voipvolume 2` (in the settings you can set it to a maximum of 1, through the console its 2) it's just way too l…
-
`before_llm_cb` is only called when there is an audio message from the user
If there is a text message, `before_llm_cb` is not called.
It seems like, for consistency purposes, this method should…