- Raised minimum Qt version required up to 4.8.0
- Fixed potential problem with MasterClock being non-monotonic when WITH_WINMMTIMER is defined and performance counter is unavailable
- Added support for using different sample rates in audio drivers using sample rate conversion.
It is still preferable to use generic sample rate of MT-32 compatible units 32000 Hz and sample rate conversion
should be used if a different sample rate is necessary (e.g. audio system doesn't support 32000 Hz) or deliberate.
For best performance, libsoxr is supported. Libsamplerate is also supported as it is widely available.
As a worst case, the integrated linear interpolator can be used (it's fast but the quality...).