Last active
November 16, 2018 04:11
-
-
Save andreaschandra/98143dbed67fa5953d506f0c79135e86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vad = webrtcvad.Vad(int(args[0])) | |
print("Generating Frames...") | |
frames = frame_generator(30, audio, sample_rate) | |
frames = list(frames) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment