v0.0.38
What's Changed
- Added windows support for libwhisper bindings by @djthorpe in #92
- Added windows CLI to the build process
- Added multipart streaming for transcribe and translate from the client-side to reduce memory footprint
- Refactored tasks and include otel spans on whisper segments
Full Changelog: v0.0.37...v0.0.38
Downloading the CLI
Download the CLI for Linux and MacOS here. This does not contain the server. To check the integrity of the binary, and make it executable:
# Download and check against the SHA256 hash on the releases page (MacOS)
wget -O gowhisper -q https://github.com/mutablelogic/go-whisper/releases/download/v0.0.38/gowhisper-darwin-arm64
sha256sum gowhisper
chmod +x gowhisper
# For MacOS, remove quarantine attribute
xattr -d com.apple.quarantine gowhisper
# Run the executable
./gowhisper --help