Warning, /utilities/krecorder/README.md is written in an unsupported language. File is not indexed.
0001 <!-- 0002 - SPDX-FileCopyrightText: 2020 Jonah BrĂ¼chert <jbb@kaidan.im> 0003 - SPDX-License-Identifier: GPL-3.0-or-later 0004 --> 0005 0006 # KRecorder <img src="logo.png" width="40"/> 0007 A convergent audio recording application for Plasma. 0008 0009 ## Features 0010 * Record audio with a visualizer, and pausing functionality 0011 * Ability to select audio sources 0012 * Ability to select encoding and container formats 0013 * Audio playback with a visualizer 0014 0015 ## Links 0016 * Project page: https://invent.kde.org/plasma-mobile/krecorder 0017 * Issues: https://bugs.kde.org/describecomponents.cgi?product=krecorder 0018 * Development channel: https://matrix.to/#/#plasmamobile:matrix.org 0019 0020 ## Dependencies 0021 0022 * extra-cmake-modules 0023 * kconfig 0024 * ki18n 0025 * kirigami2 (runtime only) 0026 * kirigami-addons (runtime only) 0027 0028 ## Installing 0029 ``` 0030 mkdir build 0031 cd build 0032 cmake .. # add -DCMAKE_BUILD_TYPE=Release to compile for release 0033 make 0034 sudo make install 0035 ```