reverb

command module
v0.0.0-...-fe85906 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

README

reverb

This is a toy convolution reverb program. It uses fourier to convolve an impulse response with an input sound. It supports WAV and AIFF file formats.

Example

# Download some impulses and a goat
wget http://www.airwindows.com/wp-content/uploads/2014/08/AirwindowsImpulses.zip -O impulses.zip && unzip impulses.zip -d impulses
wget http://www.wavsource.com/snds_2018-06-03_5106726768923853/animals/goat.wav -O goat.wav

# Install sox and resample the goat to 44.1kHz
brew install sox
sox goat.wav --norm -r 44100 goat-44100.wav rate

# Space goat!
reverb goat-44100.wav impulses/RoomHuge.aiff space-goat.wav

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL