Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.82 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.82 KB

libHeartbeat

Heartbeat audio signal synthesis tool, written in "pure" Java.

Based on from Ben Holmes' MATLAB implementation. Ported to Java (>= v1.7) by Matthias Stevens for IMEC APT. Like Ben's original this code is released to the public domain (CC0-v1.0 "license"), except for the classes in the be.imec.apt.heartbeat.utils package (see below).

libHeartbeat uses:

Using this library

The easiest way to use this library in your Java or Android project is to rely on JitPack.io. In your build.gradle file:

  • add maven { url 'https://jitpack.io' } to the list of repositories;
  • and add implementation 'com.github.imec-apt:heartbeat:1.0.2' to the dependencies.

Special thanks to: