Skip to content
/ krecorder Public

Audio recorder for Plasma Mobile and other platforms

Notifications You must be signed in to change notification settings

KDE/krecorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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