cliambrown / EasyNoise

Very simple app to play white noise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easy Noise

A simple Android app to play white noise.

Get it on F-Droid Get it on Google Play

  • No ads or trackers of any kind
  • Free and open source
  • Continues playing even under other audio
  • Includes a play/pause widget, a Quick Settings tile (instructions below), and seven sound options

Made by C. Liam Brown.

Contributors: Nicolay Doytchev, Yusuke Matsubara, Johannes Hoffmann

Privacy & Permissions

This app does not contain any ads or trackers. It does not ever connect to the internet. It does not store any data of any kind other than the current volume level and selected sound.

The app needs the "Phone" permission ("Allow Easy Noise to make and manage phone calls?") ONLY to be able to pause playback during phone calls. The usual method for handling this involves something called Audio Focus, but that would mean that this app would not be able to play noise beneath other sounds (such as music or video). If you know of another way to solve this without the Phone permission, please let me know!

The full privacy policy is available here.

Screenshots

Screenshot 1 Screenshot 2

How to Add the Quick Settings Tile

  1. Swipe down from the top of the screen to show your Quick Settings.
  2. Swipe down again (if necessary) so that you see the pencil icon below the Quick Settings menu.
  3. Click the pencil icon.
  4. Scroll until you see the Easy Noise Quick Settings tile.
  5. Tap and hold the tile until you're able to drag the tile.
  6. Drag the tile up into your active tiles. Note: Only the first 6 tiles will appear in your menu (4 in Android 12 😠) — the rest will appear in an "overflow" menu that can be shown by expanding the menu and scrolling to one side.
  7. Click the "back" arrow at the top when you're finished arranging your menu.

Installation for development

Clone the repo, open the project in Android Studio, hit "Run".

License

This program 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 option) any later version.

This program 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.

Noises:

About

Very simple app to play white noise


Languages

Language:Kotlin 100.0%