Created
November 20, 2013 04:03
-
-
Save jbclements/7557519 to your computer and use it in GitHub Desktop.
a short file illustrating one way to use reverb. Yes, you'll need an up-to-date version of rsound....
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#lang racket | |
(require rsound) | |
(require rsound/reverb-typed) | |
(play | |
(rs-filter | |
(rs-read (build-path (collection-path "rsound") "examples" "speaking.wav")) | |
reverb)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment