Skip to content

Instantly share code, notes, and snippets.

@jbclements
Created November 20, 2013 04:03
Show Gist options
  • Save jbclements/7557519 to your computer and use it in GitHub Desktop.
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....
#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