Fork me on GitHub
#cljsrn
<
2021-08-02
>
dnolen11:08:56

will look into it

👍 2
Victor Inacio23:08:14

I have a Clojure program that calculates the pitch of an audio file using the TarsosDSP java library. Now I have to do this in a native app. 1: I try to import the .jar into clojurescript + react native using native-modules or 2: I use an equivalent javascript library (ie: pitchfinder). What do you indicate to me?