mirror of
https://github.com/jambonz/speech-utils.git
synced 2026-08-19 09:40:19 +00:00
c066840f85ffc47e8550832cd4fe75a90b1c8fa4
The streaming say: path guarded on opts.audioConfig?.pitch and opts.audioConfig?.speakingRate but interpolated opts.pitch and opts.speakingRate, which are undefined — so anyone setting them under audioConfig (what the docs and the portal defaults tell you to do) got 'pitch=undefined,speakingRate=undefined' on the wire and their setting silently dropped. Adds a test for the say: params that needs no credentials, since the streaming branch builds the path without calling the vendor. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Languages
JavaScript
99.8%
Dockerfile
0.2%