Skip to main content

An audio processing tool for detecting and removing silence in audio recordings.

Project description

Audio DeSilencer

Audio DeSilencer is a powerful Python package for audio processing that empowers you to detect and remove silence in audio recordings. Additionally, it provides functionality to facilitate video silence removal using the generated text files.

Features

  • Silence Detection: Identify and segment silent parts of audio based on custom-defined silence thresholds and minimum silence duration.

  • Silence Removal: Effortlessly remove detected silence segments to enhance audio quality and eliminate unnecessary gaps.

  • Text File Generation: Create text files containing the timeline data of silent and non-silent parts, facilitating further processing for video silence removal or in-depth analysis.

  • Command-Line Interface: Seamlessly integrate Audio DeSilencer into your audio and video processing pipelines with an intuitive command-line interface.

Installation

Installation via pip

To install Audio DeSilencer using pip, simply run:

pip install audio-desilencer

Now, you can run Audio DeSilencer from the command line:

audio-desilencer input_audio.mp3 --output_folder output_directory --min_silence_len 100 --threshold -30

Manual Installation

If you prefer not to use pip, you can manually install Audio DeSilencer by following these steps:

  1. Clone the Audio DeSilencer repository:

    git clone https://github.com/BTawaifi/Audio-DeSilencer.git
    
  2. Navigate to the project directory:

    cd Audio-DeSilencer
    
  3. Install the required dependencies:

    pip install -r requirements.txt
    
  4. Now, you can run Audio DeSilencer from the command line:

    python audio-desilencer.py input_audio.mp3 --output_folder output_directory --min_silence_len 100 --threshold -30
    

Command-Line Arguments

  • input_audio.mp3: The path to the input audio file.
  • --output_folder: (Optional) The folder where the output files and timeline data will be saved (default is "output").
  • --min_silence_len: (Optional) The minimum duration of silence (in milliseconds) to be considered as a separate silent part (default is 100 ms).
  • --threshold: (Optional) The silence threshold in dBFS (decibels relative to full scale) used to distinguish between silent and non-silent parts (default is -30 dBFS).

Output

Audio DeSilencer will generate the following output:

  • interview_silent.mp3: Audio file with silence segments removed.
  • interview_non_silent.mp3: Audio file containing only the non-silent parts.
  • silent_parts.txt: Timeline data of silent parts.
  • non_silent_parts.txt: Timeline data of non-silent parts.

Usage Example

Here's a usage example to get you started:

python audio-desilencer.py input_audio.mp3 --output_folder output_directory --min_silence_len 100 --threshold -30

Or if you have it installed using pip

audio-desilencer input_audio.mp3 --output_folder output_directory --min_silence_len 100 --threshold -30

Contributing

Contributions to Audio DeSilencer are highly encouraged! Whether you'd like to report issues or submit pull requests to enhance the tool, your contributions are invaluable. Please refer to the CONTRIBUTING guide for details on how to contribute.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Audio-DeSilencer-1.0.2.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

Audio_DeSilencer-1.0.2-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file Audio-DeSilencer-1.0.2.tar.gz.

File metadata

  • Download URL: Audio-DeSilencer-1.0.2.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for Audio-DeSilencer-1.0.2.tar.gz
Algorithm Hash digest
SHA256 059eb166d2c35ef3adb00a54b8422d8304165242ad541a60c7d9eb5b1d8b2a3b
MD5 6878886f3ba0f99070a08892bb05ea1f
BLAKE2b-256 0804cb689ee7361d61f1ef9f8bb29c15338cf06e68d86dc2b13edab045c1decc

See more details on using hashes here.

File details

Details for the file Audio_DeSilencer-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for Audio_DeSilencer-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a50181c3a00a553520a0005a2e74552aecf2265d0b73d2099c06f7b43773de9a
MD5 fd91fd5bee58dae056bf561fb7026e58
BLAKE2b-256 81122e4f362eeb0155b14b32cac7500794fd80afc6d57a70db97aa089b079908

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page