|  | @@ -48,7 +48,7 @@ speech_to_text:
 | 
	
		
			
				|  |  |  # Text to speech
 | 
	
		
			
				|  |  |  # ---------------------------
 | 
	
		
			
				|  |  |  # This is the default TTS that will be used by Kalliope to talk.
 | 
	
		
			
				|  |  | -default_text_to_speech: "voicerss"
 | 
	
		
			
				|  |  | +default_text_to_speech: "acapela"
 | 
	
		
			
				|  |  |  # where we store generated audio files from TTS engine to reuse them
 | 
	
		
			
				|  |  |  cache_path: "/tmp/kalliope_tts_cache"
 | 
	
		
			
				|  |  |  
 |