An open API service indexing awesome lists of open source software.

https://github.com/end2endzone/librtttl

libRtttl – a c++ library for compressing/optimizing the rtttl audio format
https://github.com/end2endzone/librtttl

Last synced: about 1 year ago
JSON representation

libRtttl – a c++ library for compressing/optimizing the rtttl audio format

Awesome Lists containing this project

README

          

# libRtttl #
libRtttl – a c++ library for compressing/optimizing the rtttl audio format

# Dependencies #

This project depends on the following projects:

* [AnyRtttl](https://github.com/end2endzone/AnyRtttl), v2.2.0
* [BitReader](https://github.com/end2endzone/BitReader), v1.3.0
* [googletest](https://github.com/google/googletest), v1.8.0
* [libMidi](https://github.com/end2endzone/libMidi), v2.0.0
* [RapidAssist](https://github.com/end2endzone/RapidAssist), v0.5.0
* [win32Arduino](https://github.com/end2endzone/win32Arduino), v2.3.1

Each dependency are expected to be cloned/exported in the `third_parties` directory. For example, the `googletest` dependency should be cloned in the `third_parties/googletest` directory.