Skip to content
This repository has been archived by the owner on Feb 11, 2018. It is now read-only.

Commit

Permalink
reorganized top-level documentation tree
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed May 20, 2016
1 parent b40d46e commit 710b18a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
3 changes: 2 additions & 1 deletion examples/plot_vocal_separation.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#############################################
# Load an example with vocals.
y, sr = librosa.load('audio/Cheese_N_Pot-C_-_16_-_The_Raps_Well_Clean_Album_Version.mp3')
y, sr = librosa.load('audio/Cheese_N_Pot-C_-_16_-_The_Raps_Well_Clean_Album_Version.mp3', duration=120)


# And compute the spectrogram magnitude and phase
Expand Down Expand Up @@ -99,6 +99,7 @@

##########################################
# Plot the same slice, but separated into its foreground and background

#sphinx_gallery_thumbnail_number = 2

plt.figure(figsize=(12, 8))
Expand Down
27 changes: 14 additions & 13 deletions notebooks/03-Vocal separation.ipynb

Large diffs are not rendered by default.

0 comments on commit 710b18a

Please sign in to comment.