Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exoad/noise_gen
Simple color noise generator
https://github.com/exoad/noise_gen
audio noise noise-generator sound
Last synced: about 7 hours ago
JSON representation
Simple color noise generator
- Host: GitHub
- URL: https://github.com/exoad/noise_gen
- Owner: exoad
- License: bsd-4-clause
- Created: 2023-07-10T02:22:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-10T03:10:59.000Z (over 1 year ago)
- Last Synced: 2024-11-08T00:11:26.086Z (about 7 hours ago)
- Topics: audio, noise, noise-generator, sound
- Language: Java
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Noise Generator
Noise Generator written using Java with a simple text interface.
This is a program primarily targetted towards generating static noises or more specifically static **colored** noises. You can find what they are about [here on Wikipedia](https://en.wikipedia.org/wiki/Colors_of_noise).
## Running
Use any Java `15+` runtime and just run:
```bash
java sfx_NoiseGenerator.java
```> You could also use older versions by removing text blocks within the source code (the String wrapped in triple double quotations: """). However, it is highly recommended you use versions 15+ in order to avoid complications.
Once launched, you can utilize a simple command line interface to interact with the program. `Type "help" for a list of commands.`
## Legals
😃
```
Copyright (c) 2023, Jack Meng (exoad) All rights reserved.Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. All advertising materials mentioning features or use of this software
must display the following acknowledgment: This product includes
software developed by Jack Meng (exoad).
4. Neither the name of Jack Meng (exoad) nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.THIS SOFTWARE IS PROVIDED BY JACK MENG (EXOAD) AS IS AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE IS DISCLAIMED. IN NO EVENT SHALL
JACK MENG (EXOAD) BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
```