We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53c1a9 commit 30ac75bCopy full SHA for 30ac75b
1 file changed
README.md
@@ -14,6 +14,7 @@
14
```xml
15
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
16
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
17
+<uses-permission android:name="android.permission.WAKE_LOCK" />
18
```
19
20
2 - Open the recorder activity
@@ -65,7 +66,7 @@ dependencies {
65
66
}
67
68
-## TODO
69
+## FEATURES
70
- [X] Record audio
71
- [X] Tint images to black when background color is too bright (thanks to [@prakh25](https://github.com/prakh25))
72
- [X] Wave visualization based on this [player concept](https://dribbble.com/shots/2369760-Player-Concept)
0 commit comments