main.rkt
#lang racket

(require "portaudio.rkt"
         "callback-support.rkt"
         "s16vec-play.rkt"
         "stream-play.rkt")

(provide (all-from-out "portaudio.rkt")
         (all-from-out "callback-support.rkt")
         (all-from-out "s16vec-play.rkt")
         (all-from-out "stream-play.rkt"))