All Projects → psemiletov → eko

psemiletov / eko

Licence: other
eko sound editor

Programming Languages

C++
36643 projects - #6 most used programming language
HTML
75241 projects
CSS
56736 projects
CMake
9771 projects
QMake
1090 projects
Meson
512 projects
c
50402 projects - #5 most used programming language
===EKO============
EKO is a simple sound editor.
==================

http://semiletov.org/eko
https://github.com/psemiletov/eko

BTC donate: 1PCo2zznEGMFJey4qFKGQ8CoFK2nzNnJJf

===INSTALLATION===

You need devel packages of Qt 5 or Qt6, portaudio, libsndfile and libsamplerate.
C++ 11 compatible version of GCC or Clang.

To build EKO from source using cmake (Qt5/Qt6 build):

mkdir b
cd b
cmake ..
make
make install

To build EKO from source using qmake (Qt5 build):

qmake
make
make install


===NOTE FOR PACKAGE MAINTAINERS===

EKO after the compilation is a single binary file (with embeded resources). Please prefer cmake over qmake to build EKO.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].