stringpitcher 0.1.3

Ultra low-latency pitch detection library for guitar and bass instruments
1
2
3
4
5
6
7
8
9
10
11
12
# JitPack configuration for Android library
jdk:
  - openjdk17

before_install:
  - cd android

install:
  - ./gradlew :core:publishToMavenLocal

# Build only the core library (not the sample app)
# Users will add: implementation 'com.github.pablocalofatti:pitchy:TAG'