fix: expose PulseAudio client library for Linux voice input #2
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/chatgpt-desktop!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/linux-audio-source"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes the Linux desktop app failing microphone/Voice capture with
Could not start audio sourceunder the Nix package.Chromium's Linux audio backend loads
libpulse.so.0dynamically, soautoPatchelfHookcannot infer it from DT_NEEDED. Addlibpulseaudioand expose it to the launcher throughLD_LIBRARY_PATH, allowing the app to connect to PulseAudio or PipeWire-Pulse.