Merge pull request #3195 from ivaaan/add-hume-header

Add tracking headers to Hume service
This commit is contained in:
Mark Backman
2025-12-05 14:50:18 -05:00
committed by GitHub
2 changed files with 39 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
- Added tracking headers (`X-Hume-Client-Name` and `X-Hume-Client-Version`) to all requests made by `HumeTTSService` to the Hume API for better usage tracking and analytics.
- Added `stop()` and `cancel()` cleanup methods to `HumeTTSService` to properly close the HTTP client and prevent resource leaks.