Skip to content

Commit

Permalink
Downgrade cpal to PR/feature branch adding OpenBSD support
Browse files Browse the repository at this point in the history
Done with editing Cargo.toml followed by `cargo update -p cpal`,
which, sadly, change a whole bunch of other dependencies.

This makes audio play, but two issues remain:

1. Playback speed is noticably slow.
2. Toggling play -> shows this error, although playback is successfully
   paused:
   ```
   [2021-11-17T16:03:04Z ERROR psst_core::audio::output] failed to stop stream: A backend-specific error has occurred: pausing is not implemented
   ```
"Add support for OpenBSD platform via sndio host"
RustAudio/cpal#493 is based on an older cpal
release;  maybe rebasing on top of HEAD and therefore bringing in the
cpal changes that current psst already uses helps with/fixes any of the
two issues?
  • Loading branch information
klemensn committed Nov 18, 2021
1 parent 1417721 commit be1bd70
Show file tree
Hide file tree
Showing 2 changed files with 993 additions and 144 deletions.
Loading

0 comments on commit be1bd70

Please sign in to comment.