Skip to content

Commit a3a267a

Browse files
committed
Use validated voice mappings to process dialogue
1 parent e67eebd commit a3a267a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/TTSService/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ async def process_job(self, job_id: str, request: TTSRequest):
135135
)
136136

137137
combined_audio = await self._process_dialogue(
138-
job_id, request.dialogue, request.voice_mapping
138+
job_id, request.dialogue, voice_mapping
139139
)
140140

141141
job_manager.set_result(job_id, combined_audio)

0 commit comments

Comments
 (0)