-
-
Notifications
You must be signed in to change notification settings - Fork 492
Audio sinks breaking on ubuntu #2694
Copy link
Copy link
Labels
unconfirmed bugA bug report that needs triagingA bug report that needs triagingvoiceRelated to the voice chat featureRelated to the voice chat feature
Metadata
Metadata
Assignees
Labels
unconfirmed bugA bug report that needs triagingA bug report that needs triagingvoiceRelated to the voice chat featureRelated to the voice chat feature
Type
Fields
Give feedbackNo fields configured for Bug.
Projects
Status
In Progress
Summary
Audio sinks stop working after some time on ubuntu
Reproduction Steps
Basically I just use an Audiosink to record my voice.
My code has been working fine on windows and it also does on ubuntu, expect for the fact that the sinks stop working without an error after like 4-5 minutes.
I even wrapped the write in a try catch but to no avail, it doesn't throw anything.
Any idea how to fix this?
Minimal Reproducible Code
Expected Results
It still working after a while
Actual Results
Not working, no errors thrown
Intents
all
System Information
Checklist
Additional Context
No response