Skip to content

feat: retry WASAPI without raw flag#278

Open
ShibuyaCyana wants to merge 1 commit into
LingFeng-bbben:devfrom
ShibuyaCyana:raw_flag
Open

feat: retry WASAPI without raw flag#278
ShibuyaCyana wants to merge 1 commit into
LingFeng-bbben:devfrom
ShibuyaCyana:raw_flag

Conversation

@ShibuyaCyana

Copy link
Copy Markdown

As mentioned in #277, my external audio interface always returns error code BASS_ERROR_WASAPI_CATEGORY = 5002 with WASAPI. Turns out that some audio interfaces simply don't support raw flag.

As the raw flag is set to true by default, it might be hard to debug for general users. We should add retry for raw flag, just like how we already handle exclusive flag in code.

P.S. This error code enum is not provided by ManagedBass. Had to reach out for BASS.NET document.

@LeZi9916 LeZi9916 added enhancement New feature or request bug Something isn't working labels Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants