feat: Release v1.3.0 - Add microphone support, webhooks, Docker, and web interface#1
Merged
CodeWithBehnam merged 1 commit intomainfrom Dec 14, 2025
Merged
Conversation
…web interface Major new features and improvements: 🎤 Microphone Support: - Real-time audio capture from system microphone - Live transcription with streaming support - Configurable audio parameters (sample rate, channels) - numpy and sounddevice integration - Example script with comprehensive guide 🔔 Webhook Integration: - Async webhook delivery for transcription results - Webhook payload validation and type safety - Example implementation with FastAPI - Comprehensive webhook guide and best practices 🐳 Docker Support: - Multi-stage Docker build for production - Docker Compose for local development - Health checks and optimized image size - Complete Docker deployment guide 🌐 Web Interface: - FastAPI-based web UI for transcriptions - File upload and real-time status updates - Modern responsive design with Tailwind CSS - Support for microphone and webhook features 🔧 Bug Fixes: - Disable HTTP/2 for better compatibility - Fix API endpoint paths (/v1/ prefix) - Improve file upload streaming - Fix transcription response parsing - Add WebhookPayload type export 📚 Documentation: - Performance analysis and optimization guides - Testing recommendations and coverage analysis - Microphone feature documentation - Webhook integration guide - Docker deployment guide 🧪 Testing: - Add async transcription tests - Add synchronous transcription tests - Improve test coverage tracking - Add pytest configuration Built for production use with enhanced features and improved developer experience. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This release adds major new features and improvements to the Soniox Pro SDK:
🎤 Microphone Support
🔔 Webhook Integration
🐳 Docker Support
🌐 Web Interface
🔧 Bug Fixes
📚 Documentation
🧪 Testing
Test Plan
Breaking Changes
None - all changes are backward compatible
🤖 Generated with Claude Code