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:
Click the button to get Reco on AppCenter if you're on elementary OS:
You can install Reco from Flathub if you're on another distribution:
Community packages maintained by volunteers are also available on some distributions:
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
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
Please refer to the contribution guideline if you would like to:
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.
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.