Skip to content

Commit

Permalink
version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yannick committed Dec 29, 2024
1 parent cb1c8b8 commit 41096f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Rain
This is a very simple app that loops [Calm Rain](https://commons.wikimedia.org/wiki/File:Calm_rain.wav).
It has a start/stop button and a volume button, I consider this app feature complete.
There are plenty of apps out there that do this, but are overloaded with features and complexity, so I wanted to have something very minimal.
The playback is not interrupted by audio focus, so it can be used alongside other media apps, which makes it ideal as a tinnitus masker.

## Implementation detail
I was struggling with getting the sound to loop perfectly, the solution is to use [MediaPlayer-Extended](https://github.com/protyposis/MediaPlayer-Extended).

## Google Play
I consider adding this app to google play in the future, but for now I want to test it for a few weeks.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdk = 34
targetSdk = 34
versionCode = 1
versionName = "0.5"
versionName = "0.7"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 41096f7

Please sign in to comment.