Skip to content

v1.1.0 — MP-SENet Speech Enhancement Integration

Latest
Compare
Choose a tag to compare
@bunyaminergen bunyaminergen released this 01 Jan 17:27
· 30 commits to main since this release
de8a874

Release Title
v1.1.0 — MP-SENet Speech Enhancement Integration

What's New

  • MP-SENet Integration: Added an advanced deep learning–based speech enhancement module using MP-SENet Paper.
  • Configuration Updates: Updated config.yaml to include models.mpsenet.model_name, allowing easy switching or upgrading of the MP-SENet model.
  • Sample Data: Included a sample noisy audio file for demonstration and testing.
  • Documentation: Revised documentation/instructions to guide you through enabling MP-SENet–based enhancement in your existing pipeline.

Highlights

  • Backward compatible: Existing Denoiser–based workflows remain unchanged unless you explicitly replace them with the new SpeechEnhancement steps.
  • Easier configuration: Simply update models.mpsenet.model_name in config.yaml to point to the desired model on Hugging Face.
  • Enhanced audio quality: Achieve better noise reduction and speech clarity thanks to the MP-SENet architecture.

Upgrade Notes

  • This release should not introduce any breaking changes for existing workflows.
  • If you do not wish to use MP-SENet, simply continue using the Denoiser class as before.

Thank you for trying out MP-SENet with Callytics! Please open an issue if you experience any problems or have suggestions for improvement.