RSound icon indicating copy to clipboard operation
RSound copied to clipboard

A cross-platform sound library for DrRacket

Results 27 RSound issues
Sort by recently updated
recently updated
newest added

It seems that signal+ and signal\* are missing but documented.

I was considering appending this to #16, but I figured this is different enough to warrant a new issue. Through uncouth means, I wrangled my webcam as the default recording...

``` raco setup: WARNING: undefined tag in /rsound/rsound/rsound.scrbl: raco setup: ((lib "rsound/main.rkt") prev) raco setup: ((lib "rsound/main.rkt") signal/block/unsafe?) ```

I think that a bunch of things will get cleaner if all playing is associated with pstreams. Starting & stopping signal-playing, sounds, etc.

There's a type problem there... And the test of rsound-fft-draw is commented in test-draw.rkt

For short sounds--e.g., a sound of four frames in a window of width 800--the drawing is terrible. I'm mis-rasterizing. There's weird pop-in, and zooming out causes internal errors.