Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 716 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 716 Bytes

VSOP87 Wrapper

About

This project implements a wrapper providing a clean interface for those for working with the C++ version of Greg Miller's VSOP87-Multilang and the glm maths library.

If you find a bug or have a feature-request, please raise an issue.

Dependencies

Instructions

The implementation is header-only and written in templated C++17. You should not need to make any adjustments to your project settings or compiler flags.

Simply include the header and its dependencies in your project and you are ready to start!