Accesses the duration of a given Sound.
given Sound
the duration of the Sound
get_duration(make_sound(t => Math_sin(2 * Math_PI * 440 * t), 5)); // Returns 5 Copy
get_duration(make_sound(t => Math_sin(2 * Math_PI * 440 * t), 5)); // Returns 5
Accesses the duration of a given Sound.