Update some links to the new location

This commit is contained in:
est31 2019-11-16 08:02:42 +01:00
parent 70c2985b7c
commit b36ce81447
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Audio playback library"
keywords = ["audio", "playback", "gamedev"]
repository = "https://github.com/tomaka/rodio"
repository = "https://github.com/RustAudio/rodio"
documentation = "http://docs.rs/rodio"
[dependencies]

View file

@ -1,11 +1,11 @@
# Audio playback library
[![Build Status](https://travis-ci.org/tomaka/rodio.svg?branch=master)](https://travis-ci.org/tomaka/rodio)
[![Build Status](https://travis-ci.org/RustAudio/rodio.svg?branch=master)](https://travis-ci.org/RustAudio/rodio)
[![](http://meritbadge.herokuapp.com/rodio)](https://crates.io/crates/rodio)
Rust playback library.
- Playback is handled by [cpal](https://github.com/tomaka/cpal).
- Playback is handled by [cpal](https://github.com/RustAudio/cpal).
- MP3 decoding is handled by [minimp3](https://github.com/lieff/minimp3).
- WAV decoding is handled by [hound](https://github.com/ruud-v-a/hound).
- Vorbis decoding is handled by [lewton](https://github.com/est31/lewton).