| Summary: | Some drivers do not set capabilities properly (HasCaptureSupport,..) | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Andreas Ertelt <bugzilla-sdl> |
| Component: | audio | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Andreas Ertelt
2012-05-19 12:52:10 UTC
I just realized directsound tries to open capture devices using DirectSoundCreate8 which results in it not finding the proper device - instead it should be using DirectSoundCaptureCreate8 if iscapture was set for DSOUND_OpenDevice(). The whole capture subsystem is still a work in progress, so it doesn't work in any given audio target yet. (I'll leave this bug open until this is more implemented, especially because that DirectSound note is important.) --ryan. Capture support got implemented awhile ago, so this specific issue is resolved now. --ryan. |