yosuke-i commited on
Commit
9be2e21
·
verified ·
1 Parent(s): dc1dccb

Update voice_create.py

Browse files
Files changed (1) hide show
  1. voice_create.py +1 -0
voice_create.py CHANGED
@@ -16,6 +16,7 @@ def text_to_speech(input_file):
16
  for idx, row in data.iterrows():
17
  # テキストをA:やB:で分割
18
  parts = re.split(r'(A:|B:)', row['script'])
 
19
  ssml_parts = []
20
 
21
  # 交互に発言するAとBの内容を順に処理
 
16
  for idx, row in data.iterrows():
17
  # テキストをA:やB:で分割
18
  parts = re.split(r'(A:|B:)', row['script'])
19
+ print(parts)
20
  ssml_parts = []
21
 
22
  # 交互に発言するAとBの内容を順に処理