-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
|
||
### AEQ - Android AudioEffect EQ | ||
An easy way to use Android's powerful audio enhancement features with any music(audio) app. | ||
Works with Google Nexus and Pixel devices. | ||
|
||
<img src="https://github.com/andDevW/AEQ/blob/master/app/src/main/ic_launcher-web.png" /> | ||
|
||
### Screenshots | ||
<img src="https://github.com/andDevW/AEQ/blob/res/device-2017-12-09-040658.png" | ||
width="320" height="569" /> | ||
<img src="https://github.com/andDevW/AEQ/blob/res/device-2017-12-09-040829.png" | ||
width="320" height="569" /> | ||
|
||
|
||
|
||
### Support | ||
Feature requests and bugs: please [create an issue on GitHub](https://github.com/andDevW/AEQ/issues/). | ||
|
||
### Attribution | ||
|
||
AEQ uses: | ||
|
||
* [Android Support Library](https://developer.android.com/topic/libraries/support-library/) | ||
|
||
|
||
### License | ||
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0.en.html) | ||
[GNU General Public License version 3](https://www.gnu.org/licenses/gpl.txt) | ||
|
||
|
||
All rights reserved | ||
|
||
This file is part of AEQ. | ||
|
||
AEQ is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your discretion) any later version. | ||
|
||
AEQ is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. | ||
|
||
You should have received a copy of the GNU General Public License along with AEQ. If not, see https://www.gnu.org/licenses. | ||
|
||
### Trademarks | ||
|
||
*Android is a trademark of Google Inc.* | ||
*Copyright (c) 2017 Andrew Wright (andDevW)* |