-
Notifications
You must be signed in to change notification settings - Fork 0
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
yannick
committed
Dec 29, 2024
1 parent
cb1c8b8
commit 41096f7
Showing
2 changed files
with
12 additions
and
1 deletion.
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,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. |
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