| Summary: | Patch: TiMidity support in Android | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | beuc |
| Component: | misc | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.0 | ||
| Hardware: | All | ||
| OS: | Android (All) | ||
| Attachments: | TiMidity Android support | ||
Looks good, thanks! https://hg.libsdl.org/SDL_mixer/rev/80c2a4592ff4 |
Created attachment 1700 [details] TiMidity Android support TiMidity compiles out of the box on Android with the attached patch to Android.mk. Users can do something like: SDL_setenv("TIMIDITY_CFG", "/data/data/my.package/files/timidity.cfg", 0); to point to their local sound patches.