Skip to content

v0.1.5

Compare
Choose a tag to compare
@wtq2255 wtq2255 released this 23 Apr 09:47
· 69 commits to master since this release
638cf28
  • New features:
    • Optimize macOS/Linux performance.
  • Modified API:
    • Remove the parameter of audioflux.mel_spectrogram: is_reassign=False. If you want to use reassign, you can use audioflux.BFT.
    • Remove the parameter of audioflux.bark_spectrogram: is_reassign=False. If you want to use reassign, you can use audioflux.BFT.
    • Remove the parameter of audioflux.erb_spectrogram: is_reassign=False. If you want to use reassign, you can use audioflux.BFT.
  • Fix bug:
    • Support Ubuntu 18.04 system.