Skip to content

Commit

Permalink
Merge pull request #72 from bmcfee/stubs
Browse files Browse the repository at this point in the history
stubbed audio and metadata methods in base class
  • Loading branch information
bmcfee authored Aug 21, 2019
2 parents 80ea2a0 + e1edb13 commit fda98bc
Show file tree
Hide file tree
Showing 13 changed files with 403 additions and 345 deletions.
17 changes: 17 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
Release notes
=============

v0.3.0
------

* `#71`_ `muda.replay()` to regenerate audio deformation from JAMS. *Brian McFee*
* `#70`_ Support random seed preservation. *Brian McFee*
* `#69`_ Support deformation of audio with no annotation. *Brian McFee*
* `#68`_ Pitch_hz namespace deprecation support. *Frank Cwitkowitz*
* `#67`_ Colored noise and impulse response deformers. *Chuy Yeliuy*

.. _#67: https://github.com/bmcfee/muda/pull/67
.. _#68: https://github.com/bmcfee/muda/pull/68
.. _#69: https://github.com/bmcfee/muda/pull/69
.. _#70: https://github.com/bmcfee/muda/pull/70
.. _#71: https://github.com/bmcfee/muda/pull/71



v0.2.0
------
* `#61`_ Exposed JAMS input-output arguments in `load_jam_audio` and `save`.
Expand Down
2 changes: 1 addition & 1 deletion muda/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/env/bin python
'''Augment annotated musical audio data with various deformations'''
"""Augment annotated musical audio data with various deformations"""

from . import base
from . import deformers
Expand Down
Loading

0 comments on commit fda98bc

Please sign in to comment.