mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
88f214bbb2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
397 B
Diff
10 lines
397 B
Diff
--- 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;
|