bmcfee / muda

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

Start and stop sample indices are not stored BackgroundNoise state #39

Closed mcartwright closed 7 years ago

mcartwright commented 7 years ago

In order to fully specify the BackgroundNoise deformation in the stored state, we need to know the start and stop sample indices, not just the weight and the file.

bmcfee commented 7 years ago

Good point. This would require a slight refactor to move sample indices up into the state.

Any interest in taking a crack at a PR for this?