carlthome / python-audio-effects

Apply audio effects such as reverb and EQ directly to audio files or NumPy ndarrays.
MIT License
386 stars 53 forks source link

fix lints; fix testing; default channels_out #31

Closed BartMassey closed 4 years ago

BartMassey commented 4 years ago
  1. Fix lints that were causing CI to fail.

  2. Fix testing and CI config.

  3. Default to 1 channel when infile is None in AudioEffectsChain.__call__(). This makes the example at the bottom of the README work.

carlthome commented 4 years ago

Wonderful! Thanks a lot for this! I've had this deep in my backlog for way too long, so very happy that you picked this up! :clap:

BartMassey commented 4 years ago

Happy to do it! Thanks for taking my patches, and for a package my students are really enjoying.