You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
9225aaf fix(readme): add support for windows in README.md
7d2552f fix(transcribe.go): add error logging when closing file, writer, and response body to prevent resource leaks and improve error handling fix(transcribe.go): change error handling when decoding response body to improve error handling and prevent potential issues with decoding
333e517 fix(transcribe.go): clear terminal screen before printing status messages to improve readability fix(transcribe.go): handle transcription error by returning error message instead of full transcript chore(dist): update binary files for different platforms
fd7230f ✨ (Makefile): update ARM build output filename to reflect correct architecture ✨ (Makefile): add new binary for ARMv7 architecture to the distribution folder
5e0bfd1 ✨ Add verbose flag to enable detailed logging during transcription process 📝 Update Makefile to include a .PHONY target for dist and list dist files ♻️ Refactor GladiaClient to accept verbose parameter for logging control 💡 Improve README with verbose flag documentation for better user guidance
18bc64d 📝 (README.md): update code blocks to specify bash for better clarity and consistency ✨ (main.go): enhance audio processing logic to support saving Gladia API key and improve error handling ♻️ (transcribe.go): refactor UploadFile method to return audio URL directly and improve error messages
9e9261f 🚀 (dist): update binary distribution files for various platforms to include the latest changes and improvements