- Mar 07, 2016
-
-
Sebastian Böck authored
-
Sebastian Böck authored
Feature/preparation for 0.13
-
Sebastian Böck authored
- add, prune and exclude docs where appropriate - .rst fixes
-
Sebastian Böck authored
- Mar 06, 2016
-
-
Sebastian Böck authored
update the documentation and include it in the README
-
Sebastian Böck authored
-
Sebastian Böck authored
this is relevent for constants, which we usually do not want to be documented separately since they are displayed as default values for __init__() anyways
-
Sebastian Böck authored
-
- Feb 24, 2016
-
-
Sebastian Böck authored
refactor filterbank arguments to FilterbankProcessor; closes #92
-
- Feb 22, 2016
-
-
Sebastian Böck authored
-
Sebastian Böck authored
Remove the option to normalize the observations of the ObservationModels.
-
- Feb 19, 2016
-
-
Sebastian Böck authored
-
- Feb 18, 2016
-
-
Sebastian Böck authored
Made some properties of MIDIFile methods; fixes #85
-
Filip Korzeniowski authored
data stream
-
Filip Korzeniowski authored
loading
-
Sebastian Böck authored
Make audio.signal package more consistent
-
Sebastian Böck authored
frames to left of the first frame can still be accessed with frame_signal()
-
Sebastian Böck authored
-
- Feb 17, 2016
-
-
Sebastian Böck authored
-
Sebastian Böck authored
normalize() rescales the signal to have maximum range for the dtype remix() converts to float and back if needed to prevent clipping when down-mixing
-
Sebastian Böck authored
-
Sebastian Böck authored
numerous fixes for v0.13
-
Sebastian Böck authored
-
Sebastian Böck authored
-
Sebastian Böck authored
-
Sebastian Böck authored
-
Sebastian Böck authored
-
Sebastian Böck authored
-
Sebastian Böck authored
-
Sebastian Böck authored
-
Sebastian Böck authored
-
Sebastian Böck authored
-
- Feb 16, 2016
-
-
Sebastian Böck authored
Use uint32_t for dtype=np.uint32 array. On some systems unsigned int are interpreted as a 64-bit unsigned int instead of a 32-bit.
-
Colin Raffel authored
-
- Feb 15, 2016
-
-
Sebastian Böck authored
Refactor the way the spectrogram differences are stacked.
-
Sebastian Böck authored
-
Sebastian Böck authored
SpectrogramDifferenceProcessor accepts a numpy stacking function as its `stack_diffs` argument SpectrogramDifference keeps a reference to the underlying spectrogram instead of the STFT deprecated StackedSpectrogramProcessor
-
Sebastian Böck authored
remove pickling of data classes; fixes #79
-
Sebastian Böck authored
-