Simple sound editor with basic functionalities for changing audio data and file metadata
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
After you downloaded the repository, open your default shell and run:
cmake -S . -B ./build
cd build/
make
To run the application, use the next command ( from /build
directory):
./src/SoundEditor
Coming soon...