descriptinc / audiotools

Object-oriented handling of audio data, with GPU-powered augmentations, and more.
https://descriptinc.github.io/audiotools/
MIT License
219 stars 37 forks source link

API Change: Transforms take a single signal. #27

Closed pseeth closed 2 years ago

pseeth commented 2 years ago

This PR makes it so that transforms only take one signal, and manipulate that signal. The logic around original etc is all different - the user must do the clone to keep the "before" signal.