语音转文字-多位发言人

时间:2019-07-15 11:04:10

标签: python text speech

我找到了一个脚本,该脚本可让我提取音频文件,然后将其更改为文本,现在我需要在文件中标识不同的说话者以分析输出-我在这里的选择受到限制(无法连接到直接使用外部API)。任何帮助将不胜感激?

#Time input
WebDriverWait wait = new WebDriverWait(driver, 50000);
#What to wait for
wait.until(ExpectedConditions.elementToBeClickable(By.id("usernameTextField")));

0 个答案:

没有答案