feat: support [tag]: syntax in tagged_speakers mode
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import os
|
||||
import torch
|
||||
import soundfile as sf
|
||||
|
||||
_TAG_RE = re.compile(r'^\[([^\]]+)\]\s*(.*)', re.DOTALL)
|
||||
_TAG_RE = re.compile(r'^\[([^\]]+)\]:?\s*(.*)', re.DOTALL)
|
||||
|
||||
|
||||
def _write_tmp_wav(ref_audio):
|
||||
|
||||
Reference in New Issue
Block a user