Skip to content

Nikola-Mircic/SoundEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

Simple audio editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published