vocode-python icon indicating copy to clipboard operation
vocode-python copied to clipboard

🤖 Build voice-based LLM agents. Modular + open source.

Results 92 vocode-python issues
Sort by recently updated
recently updated
newest added

Add picovoice tts. This is still a WIP. Please share any comments

in line 54, it seems the latest version of google.cloud speech didn't have the attribute AttributeError: type object 'SynthesizeSpeechRequest' has no attribute 'TimepointType' in line 72, the synthesize speech response...

### Brief Description When the user closes the browser tab or clicks disconnect, I expect a command to kill the current process (PID). However, upon checking, I only see the...

bug

### Brief Description In the terminate() function within vocode/streaming/streaming_conversation.py, after the log entry `Terminating events Task`, the rest of the function does not execute. The logs indicate that the loop...

bug

## Description This PR addresses an error introduced by PR #700 which added timestamps to the Cartesia synthesizer. The previous change resulted in an error when generating audio due to...

### Brief Description According to Sentry's documentation, a transaction created with `sentry_sdk.start_transaction()` should be retrievable using `sentry_sdk.Hub.current.scope.transaction`. However, this doesn't seem to be the case. Into vocode\utils\sentry_utils.py : `transaction: Transaction...

bug

### Brief Description I performed a quick test of the project using function calls and identified a critical issue related to the incorrect assignment of function names when using ExecuteExternalActionVocodeActionConfig...

bug

### Brief Description When implementing WhisperCpp as a transcriber, I encountered a segmentation fault. Additionally, I received the following message: 'Whisper_full_with_state: input is too short - 990ms < 1000ms. Consider...

bug