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
- Host: GitHub
- URL: https://github.com/end2endzone/librtttl
- Owner: end2endzone
- License: mit
- Created: 2018-12-27T17:12:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T16:26:10.000Z (over 7 years ago)
- Last Synced: 2025-03-18T04:34:29.680Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 4.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
- Authors: AUTHORS
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.