Skip to content

Commit

Permalink
Merge pull request #110 from TicClick/follow-audio-device-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TicClick authored Apr 13, 2024
2 parents f456f4b + 89d2800 commit 2d3d7bd
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
35 changes: 29 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ tar = "0.4.40"
zip = "0.6.6"
md5 = "0.7.0"

# dependency of the alsa-sys crate: librust-alsa-sys-dev
rodio = "0.17.3"
# Supporting library for rodio's "alsa-sys" dependency: librust-alsa-sys-dev
# TODO(TicClick): The fork is a workaround for Windows not respecting default audio device change.
# It can be removed along with TicClick/cpal once https://github.com/RustAudio/rodio/issues/463 is resolved.
rodio = { git = "https://github.com/TicClick/rodio.git", branch = "master" } # v0.17.3
png = "0.17.10"

libloading = "0.8.1"
Expand Down

0 comments on commit 2d3d7bd

Please sign in to comment.