对于声音处理,我正在阅读有关PLaneT上John Clements的rsound包的教程。在rsound tutorial中,它表示尝试
(require (planet "main.rkt" ("clements" "rsound.plt" 1 10)))
(rsound-play ding)
但是每次我尝试这样做,DrRacket都会崩溃。但是,
(rsound-read path)
不会导致DrRacket崩溃。有人知道如何解决这个问题吗?
最佳答案
您尝试过新版本吗?
http://planet.racket-lang.org/package-source/clements/rsound.plt/2/12/planet-docs/rsound/index.html
关于audio - 声音操纵引擎强烈回响在DrRacket中崩溃,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/6092368/