Results 3 issues of Samir Salman

By default the library is not using protected patterns such of `WEB_PROTECTED_PATTERNS` which contains for example URLs and emails patterns. ```python # Example tokenizer.tokenize("http://www.someurl.com") # Expected output ["http://www.someurl.com"] # sacremoses...

### Issue Summary When initializing the `VoiceAssistant` with `min_endpointing_delay=5`, the assistant does not wait 5 seconds before sending the transcription to the LLM. This results in multiple requests being sent...

This pull request fixes the SSML implementation in the Azure Text-to-Speech (TTS) integration by correctly adding the tag. This ensures that the SSML is properly structured and the specified voice...