I may have implemented it incorrectly/in a wrong/inefficient way. Please feel free to correct me if that's the case.
This update allows smooth volume transition (for example incrementing volume by 0.1 until it reaches the desired volume or vice versa) which is disabled by default. Users can set the desired smoothness quality while instantiating VolumeTransformer.
volumeTransformer.volume will return the current volume
I may have implemented it incorrectly/in a wrong/inefficient way. Please feel free to correct me if that's the case. This update allows smooth volume transition (for example incrementing volume by 0.1 until it reaches the desired volume or vice versa) which is disabled by default. Users can set the desired smoothness quality while instantiating
VolumeTransformer
.volumeTransformer.volume
will return the current volumeresolves #85