Category Archives: For Fun

Scared of White Noise In The Office? How About Some Trek?

44572437

This one is simple, but makes for a very nerdy sound machine.

vim trek_engine.sh

Contents:


#!/bin/bash
play -c2 -n synth whitenoise band -n 100 24 band -n 300 100 gain +20

Enable the script with:

chmod +x trek_engine.sh

Play with:

sh trek_engine.sh

Enjoy!

-mikeyd