Zentone Versions Save

:sound: [Android Library] Easily generate audio tone of a specific frequency and volume in Android.

2.2.0

6 months ago

๐Ÿงน Improved versioned docs โž• Added TriangleWaveGenerator

2.1.0

2 years ago

Changelog

  • ๐Ÿงน Reworked API to allow providing custom Wave Generator
  • โž• Added SquareWaveGenerator

2.0.0

2 years ago

Changelog

  • โœ… Switched to Kotlin

  • ๐Ÿ‘€ Uses coroutines

  • ๐Ÿงน Reworked API

  • โš ๏ธ ZenToneis 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 on ZenTone instance.

1.0.3

7 years ago

Changelog

  • โœ… Updated code to handle volume
  • ๐Ÿงน Replace maven-push.gradle file with the one from github repo
  • ๐Ÿ“ƒ Added Java Docs
  • ๐Ÿงฐ Code cleanup and updated dependencies