Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```