Joel Mathew Thomas 04df3246d7 Update README.md
2025-02-26 22:23:44 +05:30
2025-02-26 21:23:32 +05:30
2025-01-11 03:14:35 +05:30
2025-02-25 03:10:44 +05:30
2024-12-25 23:35:49 +05:30
2024-12-21 19:33:34 +05:30
2025-02-26 17:40:37 +05:30
2025-02-26 22:23:44 +05:30
2025-02-26 17:40:37 +05:30

freqsplit

An evolving audio processing pipeline designed to separate and enhance audio components using open-source tools. The project aims to provide a modular framework for working with raw audio files, enabling separation, refinement, and post-processing.


🚀 Current Features

  • Audio Input Handling: Uses librosa for reading and handling audio files.
  • Preprocessing: Includes resampling, normalization, and trimming using librosa.
  • Audio Classification: Utilizes panns-interference model trained on Google's Audioset to classify audio content.
  • Source Separation: Implements Demucs for music source separation.
  • Noise Reduction: Enhances audio by removing background noise using DeepFilterNet.
  • Post-Processing: Uses librosa to save processed audio files.
  • Modular Architecture: Designed for easy extension and customization.

📁 Project Structure

freqsplit/
├── api/                # API implementation (future work)
├── client/             # Client-side interactions (future work)
├── LICENSE             # License file
├── pyproject.toml      # Project metadata and dependencies
├── pytest.ini          # Pytest configuration
├── README.md           # Project documentation
├── requirements.txt    # Python dependencies
├── src/                # Core processing modules
│   ├── freqsplit/      # Main package directory
│   │   ├── __init__.py # Package initialization
│   │   ├── input/      # Audio input handling
│   │   ├── preprocessing/  # Normalization, resampling, trimming
│   │   ├── separation/     # Source separation with Demucs
│   │   ├── postprocessing/ # Post-processing and saving results
│   │   ├── refinement/     # Spectrogram-based enhancement
│   │   ├── spectogram/     # Spectrogram generation and analysis
├── tests/              # Unit and integration tests
└── venv/               # Virtual environment (should be excluded from version control)

📝 Wiki

For detailed instructions on installing dependencies, setting up Python environments, and configuring the project, visit the Wiki.

🛡️ License

This project is licensed under the Apache License 2.0.

S
Description
No description provided
Readme 70 MiB
Languages
TypeScript 50.3%
Python 45.5%
Dockerfile 2.3%
JavaScript 0.7%
CSS 0.6%
Other 0.6%