Skip to content

Commit 30ac75b

Browse files
committed
Update README
1 parent e53c1a9 commit 30ac75b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
```xml
1515
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
1616
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
17+
<uses-permission android:name="android.permission.WAKE_LOCK" />
1718
```
1819

1920
2 - Open the recorder activity
@@ -65,7 +66,7 @@ dependencies {
6566
}
6667
```
6768

68-
## TODO
69+
## FEATURES
6970
- [X] Record audio
7071
- [X] Tint images to black when background color is too bright (thanks to [@prakh25](https://github.com/prakh25))
7172
- [X] Wave visualization based on this [player concept](https://dribbble.com/shots/2369760-Player-Concept)

0 commit comments

Comments
 (0)