A simple, modern audio sample browser/manager for GNU/Linux.
Go to file
apoorv569 4464da159d Minor corrections and optimizations. 2021-05-24 05:32:19 +05:30
.builds Initial commit on SourceHut 2021-05-17 13:28:51 +05:30
assets Initial commit 2021-03-20 04:19:12 +05:30
src Minor corrections and optimizations. 2021-05-24 05:32:19 +05:30
.dir-locals.el Add ability to show/hide file extension. 2021-03-23 07:19:41 +05:30
LICENSE Initial commit 2021-03-20 04:19:12 +05:30
README.md Update README. 2021-05-14 14:21:02 +05:30
meson.build Fixing merge conflict 2021-05-20 05:12:24 +05:30

README.md

sample-hive-icon

SampleHive

A simple, modern audio sample browser/manager for GNU/Linux. sample-hive-logo


What is SampleHive?

SampleHive let's you manage your audio samples in a nice and simple way, just add a directory where you store all your samples, or drag and drop a directory on it to add samples to it, and it will help sort, search, play and view some information about the sample. You can also drag and drop from SampleHive to other applications.

Screenshot of SampleHive

Dependencies

On Arch based distributions,

sudo pacman -S wxgtk3 wxsvg sqlite taglib yaml-cpp

On Ubuntu and Ubuntu based distributions,

sudo apt install libwxbase3.0-dev libwxgtk-media3.0-gtk3-dev libwxgtk3.0-gtk3-dev wx3.0-headers libwxsvg-dev libwxsvg3 libsqlite3-dev libyaml-cpp-dev libtagc0-dev libtag1-dev libtagc0 libexif-dev

You might also need to install git, meson and g++ as well, if you don't already have them installed in order to compile SampleHive.

How to build SampleHive?

Download the source code from this repository or use a git clone:

git clone https://gitlab.com/apoorv569/sample-hive
cd sample-hive
meson build
ninja -C build

How to run SampleHive?

To run SampleHive:

cd build
./SampleHive

Are there any keybindings for SampleHive?

// TODO

Can I configure SampleHive?

SampleHive comes with a config.yaml file, that you can edit to change some settings for it.