duration of a sample when played back calculation was buggy, resulting in looping samples when they shouldn’t
the sample generator’s getDuration call needs to calculate based on how long the underlying audio system will take to step through samples, therefore it is the sample rate of the underlying system that needs to be used for calculations
duration of a sample when played back calculation was buggy, resulting in looping samples when they shouldn’t
the sample generator’s
getDuration
call needs to calculate based on how long the underlying audio system will take to step through samples, therefore it is the sample rate of the underlying system that needs to be used for calculations