ChangeLog
v0.1.9
- New features:
- Fix bug:
#37: Fix
audioflux.display.fill_specbug.
v0.1.8
- New features:
Add
audioflux.STFTalgorithm.Add
audioflux.PitchFFPalgorithm.Add
audioflux.PitchShiftandaudioflux.TimeStretchalgorithms.Add method temporal to
audioflux.Temporal.Optimize performance.
- Fix bug:
Fix nmf bug.
v0.1.7
- New features:
Add
audioflux.Cepstrogramalgorithm.Add PitchCEP/PitchHPS/PitchLHS/PitchNCF/PitchPEF/PitchSTFT/PitchYIN algorithm.
- Modified API:
audioflux.display.fill_waveadd times params.
- Fix bug:
Fix flux param: is_no_exp to is_exp.
v0.1.6
- Fix bug:
Fix the v0.1.5 bug.
Fix conda bug for macOS.
v0.1.5
- 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 useaudioflux.BFT.Remove the parameter of
audioflux.bark_spectrogram: is_reassign=False. If you want to use reassign, you can useaudioflux.BFT.Remove the parameter of
audioflux.erb_spectrogram: is_reassign=False. If you want to use reassign, you can useaudioflux.BFT.
- Fix bug:
Support Ubuntu 18.04 system.
v0.1.4
- 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.readincreases support for audio file lists and directory, and add the parameters of monocular conversion and modification sampling rate.Modify the
audioflux.TemporalAPI.Modify
audioflux.CWTparameter: num=84.Modify
audioflux.PWTparameter: num=84, low_fre=None, high_fre=None.Modify
audioflux.WSSTparameter: num=84.audioflux.chirpuse sicpy to implement. And modify parameter phi=None, remove parameter linear, add parameter method=’logarithmic’.Add
audioflux.resample/audioflux.convert_monomethod.
- 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.Temporalobject.audioflux.WindowResample.__init__uses C method.Fix the known bug.