master
Nothing to show
Nothing to show
{{ refName }}
default
Code
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio
If nothing happens, download the GitHub extension for Visual Studio and try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
README
===INTRO=== EKO is a simple sound editor. ===INSTALLATION=== You need devel packages of Qt 4.x or Qt 5.x, portaudio, libsndfile and libsamplerate. C++ 11 compatible version of GCC or Clang. Just run: qmake make make install ===NOTE FOR PACKAGE MAINTAINERS=== EKO after the compilation is a single binary file (with embeded resources). To override the default installation path (/usr/local, with usr/local/bin for binary) use: qmake PREFIX=your_path make make install ===LICENSE NOTES=== EKO code, images, docs, etc. are the Public domain ===SITE=== http://semiletov.org/eko - main site, stable version, win32 builds https://github.com/psemiletov/eko - unstable devel. version