Skip to content

Releases: Antibas/eaQHM-analysis-and-synthesis-in-Python

Version 1.0.1

06 Dec 12:40
Compare
Choose a tag to compare

Release Notes

  • Full-band analysis supported only.
  • aQHM analysis no longer supported.
  • Fixed a bug about the frequency spectrum involving the upper and lower limits of the intensity of the output signal.
  • A tKinter file dialog allows users to select the .wav file to be processed rather than writing the file's path.

Version 1.0.0

16 Nov 20:24
Compare
Choose a tag to compare

Release Notes

Features

  • Both aQHM and eaQHM are supported.
  • Preprocessing high pass filter option.
  • SWIPEP pitch estimator is used for the f0 estimations, implemented in Python by Disha Garg: https://github.com/dishagarg/SWIPE
    • The user may use custom pitch limits for the estimation.
  • Full-band analysis.
  • Either full waveform or only voiced parts are analyzed.
  • Plots are viewed showing the signal in time and frequency domain before and after reconstruction.
  • A basic loading screen may be displayed by setting
loadingScreen=True

as a parameter, which will enable a tqdm loading bar in the console.

  • Prompts may be disabled for speed by setting
printPrompts=True

as a parameter.