ryonakano / reco

An audio recorder focused on being concise and simple to use
GNU General Public License v3.0
80 stars 20 forks source link
audio-recorder elementaryos flathub flatpak gnome gstreamer gtk meson pantheon sound-record vala voice-recording

Reco

Welcome view in the light mode Recording view in the light mode

Welcome view in the dark mode Recording view in the dark mode

Reco is an audio recorder focused on being concise and simple to use.

You can use it to record and remember spoken words, system audio, improvized melodies, and anything else you can do with a microphone, speaker, or both.

Features include:

Installation

From AppCenter or Flathub (Recommended)

Click the button to get Reco on AppCenter if you're on elementary OS:

Get it on AppCenter

You can install Reco from Flathub if you're on another distribution:

Download on Flathub

From Community Packages

Community packages maintained by volunteers are also available on some distributions:

Packaging status

From Source Code (Flatpak)

You'll need flatpak and flatpak-builder commands installed on your system.

Run flatpak remote-add to add AppCenter remote for dependencies:

flatpak remote-add --user --if-not-exists appcenter https://flatpak.elementary.io/repo.flatpakrepo

To build and install, use flatpak-builder, then execute with flatpak run:

flatpak-builder builddir --user --install --force-clean --install-deps-from=appcenter build-aux/appcenter/com.github.ryonakano.reco.Devel.yml
flatpak run com.github.ryonakano.reco.Devel

From Source Code (Native)

You'll need the following dependencies to build:

You'll need the following dependencies to run:

Run meson setup to configure the build environment and run meson compile to build:

meson setup builddir --prefix=/usr
meson compile -C builddir

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

meson install -C builddir
com.github.ryonakano.reco

Contributing

Please refer to the contribution guideline if you would like to:

Get Support

Need help in use of the app? Refer to the discussions page to search for existing discussions or start a new discussion if none is relevant.

The Story Behind This App

This app was originally designed and released for elementary OS.

One day, I had to take minutes for a meeting in my department with my elementary laptop. The discussion was so fast-paced, though, that I couldn't listen and write down everything in the minutes. When I got home, I searched for a sound recorder app. I found some non-elementary apps like GNOME Sound Recorder, but there were none for elementary OS. Thus, I decided to create one designed for elementary OS.