mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #327] [MERGED] Fixes panic when using with Cubeb on Windows #481
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#481
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/jpochyla/psst/pull/327
Author: @SuisChan
Created: 8/15/2022
Status: ✅ Merged
Merged: 8/16/2022
Merged by: @jpochyla
Base:
master← Head:cubeb_wasapi_fix📝 Commits (1)
84e6246Fix error (windows): hr != CO_E_NOTINITIALIZED📊 Changes
3 files changed (+55 additions, -1 deletions)
View changed files
📝
Cargo.lock(+45 -1)📝
psst-core/Cargo.toml(+3 -0)📝
psst-core/src/audio/output/cubeb.rs(+7 -0)📄 Description
When running with Cubeb on Windows I get an error
fatal error: hr != CO_E_NOTINITIALIZEDThis fixes the problem by initializing COM manually.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.