-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An odd bug here: the Rust version plays no audible sound on Linux, with Pulseaudio. When I run `strace -f ./target/debug/letters`, it works! But with `strace ./target/debug/letters` (no `-f`) it is again silent. The current fix is to just sleep long enough after enqueueing each sound for the sound to complete. That's not great, but I'm going to commit this mostly-working version.
- Loading branch information
Showing
1 changed file
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters