From e2d0e98066d94be0e3ad81f83fec3c5af6956a47 Mon Sep 17 00:00:00 2001 From: Paul Nameless Date: Tue, 12 May 2020 10:27:04 +0800 Subject: [PATCH] Add record_cmd to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 08cdf84..7bc4217 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,13 @@ More documentation and plans for this project at [wiki](https://github.com/paul- phone = [phone] enc_key = [random key for encrypting your database] notify_cmd = /usr/local/bin/terminal-notifier -title "{title}" -subtitle "{subtitle}" -message "{msg}" -appIcon "{icon_path}" -sound default + record_cmd = ffmpeg -f avfoundation -i ":0" '{file_path}' ``` Where: - `app_id` and `api_hash` is keys from [telegram](https://core.telegram.org/api/obtaining_api_id) - `phone` your phone number (or login) - `notify_cmd` can be any executable + - `record_cmd` command to record audio (example for macOS) ## Usage