Salman11223 commited on
Commit
84d1f79
1 Parent(s): 43454d9

Update translate.py

Browse files
Files changed (1) hide show
  1. translate.py +2 -0
translate.py CHANGED
@@ -11,6 +11,8 @@ from azure.cognitiveservices.speech import (
11
  SpeechSynthesizer,
12
  SpeechSynthesisOutputFormat,
13
  )
 
 
14
 
15
 
16
 
 
11
  SpeechSynthesizer,
12
  SpeechSynthesisOutputFormat,
13
  )
14
+ import soundfile as sf
15
+
16
 
17
 
18