You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
calling openmpt::set_looping(false) should prevent it from looping
Actual behavior:
audio still loops
Steps to reproduce the problem:
I was using Wind of Fjords and it looped after the song finished even with loop set to false and loop count set to 0 (confirmed by printing with soloud.looping(handle) and soloud.loop_count(handle)
SoLoud version, operating system, backend used, any other potentially useful information:
SoLoud crate version: 1.0.5
default backend for that version
arch linux on kde plasma
cargo version: cargo 1.74.1 (ecb9851af 2023-10-18)
I was able to get the same behavior and it seems to be an upstream issue. Check the documentation of Openmpt.setLooping here: https://solhsa.com/soloud/modplug.html
calling
openmpt::set_looping(false)
should prevent it from loopingI was using Wind of Fjords and it looped after the song finished even with loop set to false and loop count set to 0 (confirmed by printing with
soloud.looping(handle)
andsoloud.loop_count(handle)
SoLoud crate version: 1.0.5
default backend for that version
arch linux on kde plasma
cargo version: cargo 1.74.1 (ecb9851af 2023-10-18)
which this prints (at the time of writing and letting it run)
which that duration is a bit above the 3:36 that Wind of Fjords is
The text was updated successfully, but these errors were encountered: