We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775e6d2 commit e28a8f4Copy full SHA for e28a8f4
test/integration/text_to_speech.test.js
@@ -20,6 +20,7 @@ describe('text_to_speech_integration', function() {
20
const params = {
21
text: 'test',
22
accept: 'audio/wav',
23
+ voice: 'en-US_LisaVoice',
24
};
25
26
it('synthesize using http', function(done) {
0 commit comments