David Thorpe
David Thorpe
I've added some bindings for golang here. They are pretty basic but I've tested on Darwin x64_86 and Debian arm64. There is one example (go-whisper) for the most basic case...
I am importing your great float32 package for the following environment: > tinygo version 0.23.0 linux/arm (using go version go1.18.1 and LLVM version 14.0.0) > Target: Raspberry Pi Pico RP2040...
I added some code to embed the syntax files, and a new method `AllDefs` which read syntax file definitions from the embedded syntax files. Also added an example, a test...
Finish the first draft of the ffmpeg bindings for a modern ffmpeg version. Specifically, audio sample conversion would be great. Make against version 6.1 Repo: https://github.com/mutablelogic/go-media FFMPeg examples to create:...
Repo: https://github.com/djthorpe/go-pico/tree/main/pkg/_old/bme280
Repo: https://github.com/djthorpe/go-pico Add SPI bindings for go in the pico