Skip to content

v0.1.4

Choose a tag to compare

@wtq2255 wtq2255 released this 24 Mar 09:32
· 89 commits to master since this release
234d9e7
  • Python
    • New features:
      • A variety of audio formats have been supported, such as MP3 and so on
      • The macOS ARM platforms have been supported.
      • Multi-channel audio has been supported.
    • Modified API:
      • audioflux.read increases support for audio file lists and directory, and add the parameters of monocular conversion and modification sampling rate.
      • Modify the audioflux.Temporal API.
      • Modify audioflux.CWT parameter: num=84.
      • Modify audioflux.PWT parameter: num=84, low_fre=None, high_fre=None.
      • Modify audioflux.WSST parameter: num=84.
      • audioflux.chirp use sicpy to implement. And modify parameter phi=None, remove parameter linear, add parameter method='logarithmic'.
      • Add audioflux.resample/audioflux.convert_mono method.
    • Removed API:
      • all debug/enable_debug methods.
      • audioflux.Resample.enable_continue
      • audioflux.WindowResample.enable_continue
      • audioflux.NSGT.get_cell_data
      • audioflux.PWT.pwt_det
      • audioflux.PWT.enable_det
      • audioflux.Temporal.ezr
      • audioflux.Temporal.temporal
    • Fix bug:
      • Memory leakage in audioflux.Temporal object.
      • audioflux.WindowResample.__init__ uses C method.
      • Fix the known bug.