Skip to content

ryonakano/reco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reco

Reco is an audio recording app designed for elementary OS.

Screenshot

One day when I joined a discussion in my department I had to take a minutes with my elementary laptop. The discussion was so high-paced that I couldn't hear and write down everything into the minutes. After coming back home I searched whether there was a sound recorder designed for elementary OS but I couldn't find, althought there were some non-elementary apps like GNOME Sound Recorder. I decided to create one designed for and fits in elementary OS.

Useful when:

  • you join a discussion and take your minutes later
  • you want to record talk with your friends or lover
  • you want to stream live on the Internet

Features Include:

  • Timed recording
  • Available format: wav (more formats will be supported in future versions)

Installation

For Users

On elementary OS? Hit the button to get Reco:

Get it on AppCenter

For Developers

You'll need the following dependencies:

  • libgtk-3.0-dev
  • libgranite-dev
  • libgstreamer1.0-dev
  • meson
  • valac

Run meson build to configure the build environment. Change to the build directory and run ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install, then execute with com.github.ryonakano.reco

sudo ninja install
com.github.ryonakano.reco