Skip to content

Instantly share code, notes, and snippets.

@dmastropole
Last active October 14, 2019 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmastropole/1d3d7d22d746ab5a0c17270b7ce531c7 to your computer and use it in GitHub Desktop.
Save dmastropole/1d3d7d22d746ab5a0c17270b7ce531c7 to your computer and use it in GitHub Desktop.
Plot Audio
# Plot the first second of audio
import matplotlib
import matplotlib.pyplot as plt
import seaborn as sns
plt.plot(sec_audio)
plt.title('Sound Wave')
plt.xlabel('Samples')
plt.ylabel('Amplitude')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment