Re: [racket-users] Fix linux (play-sound) sound output as aplay does not work, swap for something else

2021-08-24 Thread jest array
Woops so I left: (put-preferences '(GRacket:playcmd) '("mpv --no-audio-display ~a")) which changes it to use mpv instead. This fixes the issue but nonetheless we should fix this out of the box and have it not look for aplay first On Tuesday, August 24, 2021 at 12:31:27 PM UTC-7

Re: [racket-users] Fix linux (play-sound) sound output as aplay does not work, swap for something else

2021-08-24 Thread Hendrik Boom
On Tue, Aug 24, 2021 at 12:19:25PM -0700, jest array wrote: > https://github.com/racket/gui/issues/239 > > So this does not work on both Arch Linux with prebuilt racket binaries and > Debian with built from source binaries(according to a user JSGRANT on the > racket discord server >

[racket-users] Fix linux (play-sound) sound output as aplay does not work, swap for something else

2021-08-24 Thread jest array
https://github.com/racket/gui/issues/239 So this does not work on both Arch Linux with prebuilt racket binaries and Debian with built from source binaries(according to a user JSGRANT on the racket discord server