Page 1 of 1

Any possibility to get the length of a sound?

Posted: Mon May 02, 2022 7:30 pm
by boernsen2
Hi everyone,

I am wondering if it is at all possible to get the length of a sound like this (in ticks or seconds)?

Code: Select all

data:extend({
  {
    type = "sound",
    name = "mysound",
    filename = "__MyMod__/sounds/mysound.ogg",
    category = "alert",
    volume = 1.0
  }
}
Cheers

Re: Any possibility to get the length of a sound?

Posted: Mon May 02, 2022 7:48 pm
by boernsen2
The goal is to chain sounds of varying lengths without overlapping or huge gaps.