Commit c209399b authored by Chalika Mihiran's avatar Chalika Mihiran

changes done

parent a6978aa7
......@@ -47,7 +47,7 @@ def clearnessReadAudioFile(filePath):
# Frame rate for the Audio
print(samplerate)
# Duration of the audio in Seconds
# Duration of the audio in seconds.
duration = len(data)/samplerate
print("Duration of Audio in Seconds", duration)
print("Duration of Audio in Minutes", duration/60)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment