From 5b6caf1d2d489cbdece552a738dcd7e5efcbacef Mon Sep 17 00:00:00 2001 From: Sravanth C <54331348+chebro@users.noreply.github.com> Date: Thu, 19 Nov 2020 23:10:24 +0530 Subject: [PATCH] fix links --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d11285e..95814e3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A [Discord.js](https://discord.js.org/#/) script which can record voice calls. Summon the bot to a voice channel, and voilĂ ! the audio is piped right into your local machine. -Jump to [Installation & Usage](https://github.com/sravanth-chebrolu/discord-voice-recorder#installation-and-usage) to get started. +Jump to [Installation & Usage](https://github.com/chebro/discord-voice-recorder#installation-and-usage) to get started. _Recording voice calls without prior consent violates privacy. Do not use this bot without approval. I'm not responsible for your insanity._ @@ -22,7 +22,7 @@ _Recording voice calls without prior consent violates privacy. Do not use this b Clone the repository : ``` -git clone https://github.com/sravanth-chebrolu/discord-voice-recorder/ +git clone https://github.com/chebro/discord-voice-recorder/ ``` Run `npm i` to download necessary `node_modules`. Then, head over to the [FFmpeg.org](https://ffmpeg.org/download.html), and download executables for your OS; If you're on Windows, double-check if the FFmpeg bin is on your path. @@ -79,7 +79,7 @@ This creates a `merge.pcm` in the `/recordings` directory. ### Convert the Merged File to MP3 -As mentioned in issue [#3](https://github.com/sravanth-chebrolu/discord-voice-recorder/issues/3), to convert pcm to mp3, run: +As mentioned in issue [#3](https://github.com/chebro/discord-voice-recorder/issues/3), to convert pcm to mp3, run: ``` ffmpeg -f s16le -ar 44.1k -ac 2 -i merge.pcm output.mp3 diff --git a/package.json b/package.json index cb8751b..b80a618 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "start": "node index.js" }, "keywords": [], - "author": "Sravanth Chebrolu", + "author": "Sravanth C.", "license": "MIT", "engines": { "node": "~12.16.1"