0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00
This commit is contained in:
2025-12-23 15:12:54 +01:00
parent 495ab7bc24
commit 703853befa

View File

@@ -246,7 +246,7 @@ int run_fm95(const FM95_Config config, FM95_Runtime* runtime) {
lua_setglobal(runtime->lua, "left"); lua_setglobal(runtime->lua, "left");
lua_pushnumber(runtime->lua, mod_r); lua_pushnumber(runtime->lua, mod_r);
lua_setglobal(runtime->lua, "right"); lua_setglobal(runtime->lua, "right");
lua_pcall(runtime->lua, 0, 0, 0) lua_pcall(runtime->lua, 0, 0, 0);
mpx = stereo_encode(&runtime->stencode, config.stereo, mod_l, mod_r); mpx = stereo_encode(&runtime->stencode, config.stereo, mod_l, mod_r);