blob: 65f1b1b1b93a4c4b9645eebc8c228b0bf26e62d6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- raudio.c 2021-11-21 21:46:23.908021000 +0000
+++ raudio-new.c 2021-11-21 21:59:54.187104846 +0000
@@ -1297,6 +1297,8 @@
jar_xm_context_t *ctxXm = NULL;
int result = jar_xm_create_context_from_file(&ctxXm, AUDIO.System.device.sampleRate, fileName);
+ ctxXm->module.linear_interpolation = 1;
+
music.ctxType = MUSIC_MODULE_XM;
music.ctxData = ctxXm;
|