Skip to content

andrewrgarcia/audio_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audio c++

Audio manipulation with C++

Dependencies

Build

  • Use a C++ compiler in the directory housing the .cpp files.
  • Link SFML libraries with their corresponding flags.
$ clang++ songloop.cpp -std=c++2a -o songloop.k -lsfml-graphics -lsfml-window -lsfml-audio -lsfml-system
  • Run compiled app:
$ ./songloop.k

License

License

About

Audio manipulation with C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages