Skip to content

manul-pointer/eko

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===EKO============
EKO is a simple sound editor.
==================

http://psemiletov.github.io/eko/

PayPal donate: peter.semiletov@gmail.com
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.

About

eko sound editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.3%
  • HTML 13.3%
  • CSS 1.4%
  • QMake 0.7%
  • CMake 0.6%
  • Meson 0.4%
  • C 0.3%