Skip to content

chalbin73/pink-pine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pink pine

This project is a simple program to generate audio noise. It can generate Pink and White noise using Voss and Voss-McCartney algorithms

This program was made after seeing this Tsoding Daily video on YouTube, where he is trying to generate Pink Noise

Algorithms from https://www.firstpr.com.au/dsp/pink-noise/#Voss

Usage

$ pink-pine [-a algorithm] [-v volume] [-g generators_count] [-h]

Example : Voss-McCartney algorithm Volume = 55%

$ pink-pine -a 2 -v 55

Build

For now, it is only supported on Linux.

Required

SDL2 Library

Compiling

Simply run

$ ./build.sh

This will produce an executable called pink-pine

About

A (very)simple noise generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published