Bug fixes
- ElevenLabs API key validation: Fixed key validation failing for keys without elevated account permissions. The validation endpoint now uses
/v1/voicesinstead of/v1/user, which is universally accessible. (#248) - Cloud ASR transcription pipeline: Fixed cloud backends (AssemblyAI, ElevenLabs) producing no transcription output. The streaming transcriber was attempting partial hypothesis previews that blocked the audio processing loop for seconds per attempt, preventing speech detection and final transcription. (#247)
Thanks to @alessandro-lac for reporting both issues with detailed reproduction steps.