Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Tv0ridobro/ITMO-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

WavAudioEditor

Simple program for working with wav audio files

Only PCM format supported Try to avoid too large files

Functionality

  1. Cut audio file
  2. Add reverberation effect
  3. Add volume attenuation effect

How to build

Windows

For this project you need Cmake and some c++ compiler that cmake supports (for example MinGW or Visual Studio)

  1. Clone this repository
  2. Set some compiler as basic generator in cmake
  3. In command prompt go to directory path and print cmake . and then cmake --build .

Linux

For this project you need Cmake

  1. Clone this repository
  2. In terminal print cmake <path to directory> and then make <path to directory/build>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published