| Summary: | SDL_mixer documentation does not warn about sample rate. | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | Nicos <nicosp> |
| Component: | misc | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Sam Lantinga <slouken> |
| Severity: | trivial | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Other | ||
|
Description
Nicos
2007-02-21 11:08:22 UTC
It supports upsampling if the sample rates are multiples (so it can do 11025 to 22050 or 44100, but not 8000 to 11025). The cause of this issue is actually a bug in SDL and not SDL_mixer, which incorrectly resamples the audio without reporting an error. As such, I'm marking this bug as a duplicate of that issue. --ryan. *** This bug has been marked as a duplicate of 58 *** |