mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
Set XMP_PLAYER_INTERP to XMP_INTERP_SPLINE as it seems to sound better than the default setting
git-svn-id: https://svn.eduke32.com/eduke32@7163 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
e6955694e2
commit
0f0974874b
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ int32_t MV_PlayXMP(char *ptr, uint32_t length, int32_t loopstart, int32_t loopen
|
||||||
voice->LoopSize = loopstart >= 0 ? 1 : 0;
|
voice->LoopSize = loopstart >= 0 ? 1 : 0;
|
||||||
|
|
||||||
xmp_start_player(xmpd->context, MV_MixRate, 0);
|
xmp_start_player(xmpd->context, MV_MixRate, 0);
|
||||||
|
xmp_set_player(xmpd->context, XMP_PLAYER_INTERP, XMP_INTERP_SPLINE);
|
||||||
|
|
||||||
// CODEDUP multivoc.c MV_SetVoicePitch
|
// CODEDUP multivoc.c MV_SetVoicePitch
|
||||||
voice->RateScale = (voice->SamplingRate * voice->PitchScale) / MV_MixRate;
|
voice->RateScale = (voice->SamplingRate * voice->PitchScale) / MV_MixRate;
|
||||||
|
|
Loading…
Reference in a new issue