We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4647 - SDL_OpenAudio return WASPI can't initialize audio client
Summary: SDL_OpenAudio return WASPI can't initialize audio client
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: audio (show other bugs)
Version: 2.0.9
Hardware: x86 Windows 7
: P2 critical
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-30 07:26 UTC by Sun DaQing
Modified: 2019-05-30 07:26 UTC (History)
0 users

See Also:


Attachments
It is a photo of the bug report (1.17 MB, image/png)
2019-05-30 07:26 UTC, Sun DaQing
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sun DaQing 2019-05-30 07:26:48 UTC
Created attachment 3802 [details]
It is a photo of the bug report

OS: win7
My simple player works well with SDL 2.0.3 , but once I change SDL2.DLL to 2.0.9 , it does not work and I debug into the source and find that the spec.format does not match the wanted.format. You can see the source codes in ffplay.c.

After that I run ffplay(4.1) and got the err infor as the title.
In the end I run ffplay(4.1) in Win 8 and it works well.