pmarks-net / chromadoze

Noise spectrum generator for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chroma Doze is an Android app that dynamically generates white/colored noise according to a frequency/amplitude spectrum sketched by the user.

It is intended to be used as a sleep sound generator. It provides rapid feedback to adjustments in the spectrum, and is designed to minimize CPU usage in the steady state.

It works by running shaped white noise through an Inverse Discrete Cosine Transform, generating a few megabytes of distinct audio blocks. The steady-state behavior selects blocks at random, and smoothly crossfades between them.

Here's its page on Google Play.

Screenshots:

About

Noise spectrum generator for Android

License:GNU General Public License v3.0


Languages

Language:Java 100.0%