Skip to content

Commit

Permalink
Use tremor instead of libvorbis, seams to work better on ARM.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonTeixidor committed Feb 9, 2017
1 parent cd68414 commit a57fe4b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rpassword = "^0.3"
[dependencies.librespot]
git = "https://github.com/plietar/librespot.git"
default-features = false
features = ["with-syntex"]
features = ["with-syntex", "with-tremor"]

[features]
alsa = ["librespot/alsa-backend"]
Expand Down

0 comments on commit a57fe4b

Please sign in to comment.