Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 883 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 883 Bytes

SoundEditor

Simple sound editor with basic functionalities for changing audio data and file metadata

Installing

Linux

Download the repository

You can click here to download zipped folder with repository in it and then extract it wherever you want.
You can also clone the repository by using :

git clone https://github.com/Nikola-Mircic/SoundEditor.git 
cd SoundEditor

or ( if you are using GitHub CLI )

gh repo clone Nikola-Mircic/SoundEditor 
cd SoundEditor

Building

After you downloaded the repository, open your default shell and run:

cmake -S . -B ./build 
cd build/
make

Running

To run the application, use the next command ( from /build directory):

./src/SoundEditor

Windows & MacOS

Coming soon...