Преглед на файлове

Include dca-rs in example.

Chris Rhodes преди 8 години
родител
ревизия
9c55dfbb8e
променени са 1 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 4 2
      examples/airhorn/README.md

+ 4 - 2
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 <input wav file> -raw > <output file>
+./dca-rs -i <input wav file> --raw > <output file>
 ```