Skip to content

libHeartbeat: a Java library to synthesise heartbeat sounds, ported from MATLAB (https://github.com/bencholmes/heartbeat).

License

Notifications You must be signed in to change notification settings

imec-int/heartbeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: