Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/krecorder
Audio recorder for Plasma Mobile and other platforms
https://github.com/kde/krecorder
Last synced: 4 days ago
JSON representation
Audio recorder for Plasma Mobile and other platforms
- Host: GitHub
- URL: https://github.com/kde/krecorder
- Owner: KDE
- Created: 2020-08-20T05:47:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T18:38:07.000Z (6 days ago)
- Last Synced: 2024-11-08T19:22:30.749Z (6 days ago)
- Language: QML
- Homepage: https://invent.kde.org/utilities/krecorder
- Size: 1.4 MB
- Stars: 15
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/BSD-3-Clause.txt
Awesome Lists containing this project
README
# KRecorder
A convergent audio recording application for Plasma.## Features
* Record audio with a visualizer, and pausing functionality
* Ability to select audio sources
* Ability to select encoding and container formats
* Audio playback with a visualizer## Links
* Project page: https://invent.kde.org/plasma-mobile/krecorder
* Issues: https://bugs.kde.org/describecomponents.cgi?product=krecorder
* Development channel: https://matrix.to/#/#plasmamobile:matrix.org## Dependencies
* extra-cmake-modules
* kconfig
* ki18n
* kirigami2 (runtime only)
* kirigami-addons (runtime only)## Installing
```
mkdir build
cd build
cmake .. # add -DCMAKE_BUILD_TYPE=Release to compile for release
make
sudo make install
```