Skip to content

basicallyAlexOh/CppFinalProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The following dependencies are required:

Qt6
FFTW
libsndfile

For Windows:

Qt6: Follow instructions here: https://doc.qt.io/qt-6/get-and-install-qt.html 
FFTW: https://www.fftw.org/install/windows.html
libsndfile: https://github.com/libsndfile/libsndfile/releases/ 

For macOS:

Qt6: Follow instructions for Qt6 - https://doc.qt.io/qt-6/get-and-install-qt.html 
FFTW:  brew install fftw
libsndfile: brew install libsndfile

For Linux (Debian/Ubuntu)

Qt6: sudo apt install qt6-base-dev build-essential
FFTW:  sudo apt-get install libfftw3-dev
libsndfile: sudo apt install libsndfile1-dev

To build from source:

git clone https://github.com/basicallyAlexOh/CppFinalProject
cd CppFinalProject
mkdir build
cd build
cmake ..
cmake --build .
./src/MyQtApp

About

Simple Digital Audio Interface using modern C++ techniques and a simple GUI in Qt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •