(13.3) Music Distorted

Post here if you need help getting started with Daggerfall Unity or just want to clarify a potential bug. Questions about playing or modding classic Daggerfall should be posted to Community.
User avatar
Interkarma
Posts: 7236
Joined: Sun Mar 22, 2015 1:51 am

Re: (13.3) Music Distorted

Post by Interkarma »

Great! Happy we have a workaround. :)

I'd still be interested if you can provide a short clip later. I'm curious what could be going wrong here. But it's no problems if you don't have time or don't want to.

Just theorycrafting here - the internal MIDI synth is fully software and runs on coroutines, sort of like an interrupt that gets called every so often interleaved with other game tasks. I could see this being impacted if frame rate was very low or something else was hogging CPU time so there wasn't enough CPU overhead to service the synth properly.

But I'd expect stuttering/pauses, not for lower frequency or slower playback. That one has me stumped. I'll stick it in the back of my mind and maybe will think of something later.

Thanks for your patience working through it with me. All the best!

Post Reply