Skip to content

add WASAPI standalone backend - #14

Merged
erikgrahn13 merged 2 commits into
mainfrom
agent/add-wasapi-standalone-backend
Aug 16, 2026
Merged

add WASAPI standalone backend#14
erikgrahn13 merged 2 commits into
mainfrom
agent/add-wasapi-standalone-backend

Conversation

@erikgrahn13

Copy link
Copy Markdown
Owner

Summary

  • add a Windows WASAPI shared-mode backend and make it the standalone default
  • use IAudioClient3 low-period streams when available with an IAudioClient fallback
  • support stereo capture and rendering, default-device enumeration, COM/MMCSS lifecycle, and output-parameter publication
  • compensate independent capture/render clock drift with a bounded adaptive stereo resampler
  • continue compiling and linking the existing ASIO backend for future runtime backend selection

Why

Windows standalone applications should start reliably with the system audio stack without requiring an installed ASIO driver, while retaining ASIO for a future user-selectable pro-audio path.

Validation

  • git diff --cached --check
  • cmake --build build --parallel (Linux Release example applications)
  • Windows compilation and device-level WASAPI testing are pending GitHub Actions and Windows hardware validation

@erikgrahn13
erikgrahn13 marked this pull request as ready for review August 16, 2026 12:30

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b7d7095f2a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread standalone/WASAPI.cpp Outdated
@erikgrahn13
erikgrahn13 merged commit 16804b0 into main Aug 16, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant