Giter Club home page Giter Club logo

Comments (4)

Branikolog avatar Branikolog commented on June 1, 2024

Hi, @LeHerosInconnu
Are you using MIDI? I believe this issue is valid only for MIDI sound, while for external music I cannot reproduce this problem.

from fheroes2.

LeHerosInconnu avatar LeHerosInconnu commented on June 1, 2024

Hello @Branikolog,

Hi, @LeHerosInconnu Are you using MIDI? I believe this issue is valid only for MIDI sound, while for external music I cannot reproduce this problem.

Yes, MIDI is used when the problem is detected.
I did a test with .ogg files in the MUSIC folder and "Music Type" set to "External" and the problem is no longer present.
There must have been a change in MIDI management at some point.

from fheroes2.

oleg-derevenetz avatar oleg-derevenetz commented on June 1, 2024

There must have been a change in MIDI management at some point.

This was always the case. MIDI playback (more precisely, MIDI playback startup) is slow in SDL_mixer. Here is the video of fheroes2 1.0.0 released Dec 21 2022 (more than a year ago):

fheroes2.engine.version_.1.0.0.2024-02-10.20-57-11.mp4

As you can see, there is the same pause that caused by delay of playing the WAV musical effect for this Shrine caused by MIDI soundtrack change due to the change of terrain. This is the same place, but using the Windows built-in MIDI (not FluidSynth MIDI) - i removed the soundfont file to force SDL_mixer to switch to the Windows MIDI:

fheroes2.engine.version_.1.0.0.2024-02-10.20-58-03.mp4

The same delay (approximately +/-). We tried to mitigate this at the time by moving the background music playback to a separate thread, and it's just that when crossing the border of the terrain it's almost unnoticeable (except for some extra horse step sounds maybe), but in situations like this it will be noticeable with MIDI, because SDL_mixer cannot start MIDI music (which, again, is a rather slow operation) and play WAV file at the same time, because it's not thread-safe. There's not much we can do about it right now. Do not use MIDI :)

from fheroes2.

oleg-derevenetz avatar oleg-derevenetz commented on June 1, 2024

This delay is not observed with prehistoric 0.9.11, but the only reason is that in that version background music changes AFTER the object is visited, consider (turn the video sound on):

Free.Heroes.of.Might.and.Magic.II.version_.0.9.11.2024-02-10.21-19-18.mp4

And the MIDI playback itself was problematic even then, it was just a bit disguised in this particular case. Regarding horse steps, in this video (also with prehistoric 0.9.11) you can hear how the horse steps sounds continue a little even after the hero stops on the new terrain, because their playback has been delayed a bit during the MIDI music change due to change of terrain:

Free.Heroes.of.Might.and.Magic.II.version_.0.9.11.2024-02-10.21-29-49.mp4

And so far it can't be any other way.

from fheroes2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.