From 9c55dfbb8ee6c247d0374ef833654342403ff4f2 Mon Sep 17 00:00:00 2001 From: Chris Rhodes Date: Mon, 25 Apr 2016 17:59:19 -0700 Subject: [PATCH 1/2] Include dca-rs in example. --- examples/airhorn/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/airhorn/README.md b/examples/airhorn/README.md index e9e49e1..7b1fa04 100644 --- a/examples/airhorn/README.md +++ b/examples/airhorn/README.md @@ -34,8 +34,10 @@ The below example shows how to start the bot. Airhorn bot uses DCA files that are pre-computed files that are easy to send to Discord. -If you would like to create your own DCA files, please use [https://github.com/bwmarrin/dca/tree/master/cmd/dca](DCA). +If you would like to create your own DCA files, please use either: +* [https://github.com/nstafie/dca-rs](dca-rs) +* [https://github.com/bwmarrin/dca/tree/master/cmd/dca](dca). ```sh -./dca -i -raw > +./dca-rs -i --raw > ``` From 9ea982f36e715662c0ff601aa89e4b086c23612d Mon Sep 17 00:00:00 2001 From: Chris Rhodes Date: Mon, 25 Apr 2016 18:01:59 -0700 Subject: [PATCH 2/2] Update README.md --- examples/airhorn/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/airhorn/README.md b/examples/airhorn/README.md index 7b1fa04..562e2c9 100644 --- a/examples/airhorn/README.md +++ b/examples/airhorn/README.md @@ -35,8 +35,8 @@ The below example shows how to start the bot. Airhorn bot uses DCA files that are pre-computed files that are easy to send to Discord. If you would like to create your own DCA files, please use either: -* [https://github.com/nstafie/dca-rs](dca-rs) -* [https://github.com/bwmarrin/dca/tree/master/cmd/dca](dca). +* [dca-rs](https://github.com/nstafie/dca-rs) +* [dca](https://github.com/bwmarrin/dca/tree/master/cmd/dca) ```sh ./dca-rs -i --raw >