| Summary: | SDL apparently doesn't emulate float 32bit audio on top of signed 16 bit audio -> audio fails | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ellie <etc0de> |
| Component: | audio | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | Keywords: | target-2.0.0 |
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Windows (All) | ||
|
Description
Ellie
2011-12-15 17:29:19 UTC
(Sorry if you get a lot of copies of this email, we're touching dozens of bug reports right now.) Tagging a bunch of bugs as target-2.0.0, Priority 2. This means we're in the final stretch for an official SDL 2.0.0 release! These are the bugs we really want to fix before shipping if humanly possible. That being said, we don't promise to fix them because of this tag, we just want to make sure we don't forget to deal with them before we bless a final 2.0.0 release, and generally be organized about what we're aiming to ship. Hopefully you'll hear more about this bug soon. If you have more information (including "this got fixed at some point, nevermind"), we would love to have you come add more information to the bug report when you have a moment. Thanks! --ryan. This _should_ be converting it. Is this still busted for you on the latest hg snapshot? It appears to be working here. --ryan. FYI, I verified that at least on the pulseaudio driver with the latest SDL code this works. I fixed a crash in there yesterday, so definitely get the latest version before testing this again. I think I originally reproduced this in wine since f32 audio didn't work there for me. I can no longer do that with both "winmm" and "directsound", I always succcessfully get handed an f32 output. This could either mean that the bug was fixed in SDL, or that wine now supports f32 audio properly :-) but if you attempted to fix this and you're convinced there is now code that handles this, I suppose it has been successfully fixed in SDL! I'll go ahead and mark it as fixed (please hit me with a bat if that was too early) |