You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Thank you for creating this code. It is very helpful. Is it possible for me to make a change somewhere so the output is a single word per row with timestamp and speaker id? I tried to change the init.py some to do this but so far have been unsuccessful. Thank you.
Current output example:
0,0:00:00,0:00:4,spk_1, "It is hot."
0,0:00:04,0:00:5,spk_0, "Yes"
What I am trying to do
0,0:00:00,0:00:1,spk_1, "It"
0,0:00:01,0:00:2,spk_1, "is"
0,0:00:03,0:00:4,spk_1, "hot."
0,0:00:04,0:00:5,spk_0, "Yes"
The text was updated successfully, but these errors were encountered:
Hello. Thank you for creating this code. It is very helpful. Is it possible for me to make a change somewhere so the output is a single word per row with timestamp and speaker id? I tried to change the init.py some to do this but so far have been unsuccessful. Thank you.
Current output example:
0,0:00:00,0:00:4,spk_1, "It is hot."
0,0:00:04,0:00:5,spk_0, "Yes"
What I am trying to do
0,0:00:00,0:00:1,spk_1, "It"
0,0:00:01,0:00:2,spk_1, "is"
0,0:00:03,0:00:4,spk_1, "hot."
0,0:00:04,0:00:5,spk_0, "Yes"
The text was updated successfully, but these errors were encountered: