jbclements / RSound

A cross-platform sound library for DrRacket
http://www.brinckerhoff.org/clements
Other
45 stars 11 forks source link

Don't hear any sound #48

Closed wanderley closed 2 years ago

wanderley commented 2 years ago

Configuration

Problem With this configuration, I can't hear anything when I execute the following code

#lang racket
(require rsound)
(play ding)
jbclements commented 2 years ago

Is this an M1 machine, or an Intel machine?

wanderley commented 2 years ago

It is an Intel machine.

On Mon, Dec 13, 2021 at 8:05 AM John Clements @.***> wrote:

Is this an M1 machine, or an Intel machine?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

-- Wanderley Guimarães

wanderley commented 2 years ago

The issue was gone after restarting the computer.

wanderley commented 2 years ago

I discovered what is happening. I have to use set-output-device! when using Headset, even when I run the program using the Headset as my main output device.

jbclements commented 2 years ago

Ah! That makes sense.

John

On Dec 17, 2021, at 20:04, Wanderley Guimarães @.***> wrote:

I discovered what is happening. I have to use set-output-device! when using Headset, even when I run the program using the Headset as my main output device.

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you commented.