Skip to content

Commit

Permalink
poor example - bone alphabet has 7 streams duh
Browse files Browse the repository at this point in the history
  • Loading branch information
benhackbarth committed Jan 16, 2021
1 parent 3b073fd commit b89b217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/08-polyphony.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@



TARGET = tsf('bone.aiff', thresh=-26, offsetRise=2, decompose={'type': 'NMF', 'streams': 5, 'fftsize': 1024, 'hopsize': 256})
TARGET = tsf('bone.aiff', thresh=-26, offsetRise=3, decompose={'type': 'NMF', 'streams': 7, 'fftsize': 1024, 'hopsize': 256})

# to separate a target into pitched/noise components, use HPSS (time-series harmonic-percussive separation):
#TARGET = tsf('bone.aiff', thresh=-26, offsetRise=2, decompose={'type': 'HPSS', 'fftsize': 1024, 'hopsize': 256})
Expand Down

0 comments on commit b89b217

Please sign in to comment.