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

...and maybe there are others. Also fix docs.

Thanks for this wonderful library! I see `make-harm3tone` in the documentation, but it seems like it isn't currently exposed / provided by the library? I tried changing util.rkt to provide...

When I run an rsound program, such as the examples, in DrRacket in `#lang racket`, then hitting stop doesn't stop the sound from playing. Instead, I have to close the...

Currently, the ```stop``` procedure stops all sounds being played by RSound. Would it be possible to implement a stop procedure that could stop an individual pstream while allowing the others...

I've tried to run RSound on a few different Win32 systems, and I've been getting the following error: ```\Program Files\Racket\collects\racket\private\kw.rkt:1168:47: pa-open-stream: Invalid device``` This error does not seem to occur...

error message refers to envelopes, not to synth-note

(define (my-note f) (rs-mult (sine-window SAMPLE-TONE-LEN (\* 0.1 FRAME-RATE)) (make-tone f 0.5 SAMPLE-TONE-LEN)))

on OS X El Capitan, after I call `(play ding)` I get the following warning: ``` 2016-05-07 10:55:29.298 racket[11763:764945] 10:55:29.298 WARNING: 140: This application, or a library it uses, is...

I have many different devices listed when I run `(display-device-table)` and I have found my USB webcam, but it doesn't seem like `(record-sound frames)` is using the microphone, so I...