Skip to content

A simple audio editor as a course work for computer science course.

Notifications You must be signed in to change notification settings

artemious3/aedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AEdit - a simple audio editor

This project was made in order to gain first experience in audio programming. It utilizes some of key audio processing algorithms, most of which are based on Fast Fourier Transform. It containts following audio effects:

  • Gain

  • Pitch (fixed time)

  • Pitch (no fixed time)

  • Reverb

  • Robotiser

  • Low/High-pass

Screenshot

Build

Note that the project should be cloned as follows

git clone --recursive https://github.com/artemious3/aedit/

Then from the root directory of repo run

mkdir build && cd build && cmake .. && cmake --build .

In the build directory you'll find executable aedit.

Releases

No releases published

Packages

No packages published