mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[i2s_audio, microphone, micro_wake_word, voice_assistant] Use microphone source to process incoming audio (#8645)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		| @@ -30,7 +30,10 @@ speaker: | ||||
|     i2s_dout_pin: ${i2s_dout_pin} | ||||
|  | ||||
| voice_assistant: | ||||
|   microphone: mic_id_external | ||||
|   microphone: | ||||
|     microphone: mic_id_external | ||||
|     gain_factor: 4 | ||||
|     channels: 0 | ||||
|   speaker: speaker_id | ||||
|   conversation_timeout: 60s | ||||
|   on_listening: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user