Skip to content

Instantly share code, notes, and snippets.

@andreaschandra
Last active November 16, 2018 04:11
Show Gist options
  • Save andreaschandra/98143dbed67fa5953d506f0c79135e86 to your computer and use it in GitHub Desktop.
Save andreaschandra/98143dbed67fa5953d506f0c79135e86 to your computer and use it in GitHub Desktop.
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