Skip to content

Terrabits/make-noise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make Noise

Simple noise (audio) generation and playback in Python.

Requires

Tested in Python 3.7, but probably works in 2.7 as well.

numpy is required for generating the sound files. numpy and sounddevice are required for playback.

Install

git clone https://github.com/Terrabits/make-noise.git
cd make-noise
pip install -r requirements.txt

Use

To create noise files in export/:

python export.py

To play noise:

python . [color]

Where color options are white, pink, blue, brown, violet.

The default color is pink.

References

This project was based on the Github repo scivision/soothing-sounds, adapted for my use case.

About

Simple noise (audio) generation and playback in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages