Android library to easily generate audio tone in android.
Generating pure tone of an specific frequency was never that easy. ZenTone does all the heavy lifting for you.
Go build awesome stuff with it!
Checkout the app using it
Changelog
Starting with 1.0.3
, Changes exist in the releases tab.
Usage Docs/Wiki
For more detailed usage, check the Wiki
Including in your project
- Zentone is available in the MavenCentral, so getting it as simple as adding it as a dependency
compile 'com.github.nisrulz:zentone:1.0.3'
Pull Requests
I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:
- Match coding style (braces, spacing, etc.) This is best achieved using CMD+Option+L (Reformat code) on Mac (not sure for Windows) with Android Studio defaults.
- If its a feature, bugfix, or anything please only change code to what you specify.
- Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
- Pull requests must be made against
develop
branch. Any other branch (unless specified by the maintainers) will get rejected. - Check for existing issues first, before filing an issue.
- Have fun!