wav2json
wav2json copied to clipboard
Statically Compile?
Would you be able/willing to release this with binaries that are statically compiled?
I'm trying to implement on AWS Lambda but it's proving to be an issue with the required dependencies.
I had the same problem. I've recently solved it by building static linux version.
See it here: https://github.com/loelsonk/wav2json-linux-static
I will add readme with information how I built it some other time.
Awesome! Thanks