Compare commits
	
		
			1 Commits
		
	
	
		
			943e2acf53
			...
			7f62e6ccca
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 7f62e6ccca | 
| @@ -344,6 +344,7 @@ def speak(text, interrupt=True): | ||||
|     current_time = pygame.time.get_ticks() | ||||
|      | ||||
|     # Check if this is the same text within the delay window | ||||
|     global lastSpoken | ||||
|     if (_lastSpoken["text"] == text and  | ||||
|         current_time - _lastSpoken["time"] < _speechDelay): | ||||
|         return | ||||
|   | ||||
		Reference in New Issue
	
	Block a user