The VoiceProcessingToolkit is an all-encompassing suite designed for sophisticated voice detection, wake word recognition, text-to-speech synthesis, and advanced audio processing. It offers intuitive interfaces to streamline the integration of voice processing capabilities into your applications
Stars
4
Forks
1
Watchers
4
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
672
commits
updated range of package requirements.txt and setup.py
a4c3324View on GitHubUpdated requirements.txt to use previous iteration of Elevenalabs api
b52d38cView on GitHubAdded a premade .env file and fixed some configurations
78905deView on GitHubFixed issue with threading manager not closing thread in AudioStreamManager. and removed spessific assistant mention
43236e2View on GitHubFixed issue with threading manager not closing thread in AudioStreamManager. and removed spessific assistant mention
92c7abfView on GitHubUpdate version to 0.1.7.0 and set save_audio_directory to False if not saving wake word recordings.
29b307bView on GitHubFixed issue with threading manager not closing thread in AudioStreamManager
9f59a19View on GitHubaider: Replaced rolling buffer with deque for efficient data handling and size management.
27eca10View on GitHubaider: Refactored buffer management in AudioStream to prevent potential memory issues.
51f34f9View on GitHubaider: Fix handling of closed audio stream and exceptions in VoiceProcessingManager and AudioStreamManager.
47ed699View on GitHub