Convert time to ms

This commit is contained in:
Hongbo Wu
2022-08-15 21:58:31 +08:00
parent 77570aa5ab
commit e086a14ac2
2 changed files with 11 additions and 7 deletions

View File

@ -81,6 +81,7 @@ describe('textToSpeech', () => {
const output = await synthesizeTextToSpeech(input)
expect(output.audioUrl).to.be.a('string')
expect(output.speechMarks).to.be.a('array')
console.log(output.speechMarks)
})
})
})