bmcfee / muda

A library for augmenting annotated audio data
ISC License
230 stars 33 forks source link

Random seeds #70

Closed bmcfee closed 4 years ago

bmcfee commented 4 years ago

This PR fixes #31 by standardizing the ability to seed random number generators.

Note that this breaks object compatibility from the 0.2 series, so old deformers will need to be reconstructed moving forward to ensure that they have randomstate objects.

There are a bunch of minor compatibility fixes rolled into this one as well, mainly to do with some legacy python compatibility issues and deprecations.


This change is Reviewable