Changelog¶
2.2.0 [13 Jul 2022]¶
- ๐งน Improved versioned docs
- โ Added
TriangleWaveGenerator
2.1.0 [14 Feb 2022]¶
- ๐งน Reworked API to allow providing custom Wave Generator
- โ Added
SquareWaveGenerator
2.0.0 [14 Feb 2022]¶
- โ Switched to Kotlin
- ๐ Uses coroutines
-
๐งน Reworked API
-
โ ๏ธ
ZenTone
is no more a singleton thus allowing running multiple instances of it. - โ ๏ธ
minSdk
= 18 - โ Time duration cannot be set anymore. This is now dependent on when one calls
stop
onZenTone
instance.
1.0.3 [01 Aug 2016]¶
- โ Updated code to handle volume
- ๐งน Replace maven-push.gradle file with the one from github repo
- ๐ Added Java Docs
- ๐งฐ Code cleanup and updated dependencies