A simple and short denoising algorithm to denoise maximum amount of noise from an audio
Project description
Usage Example
Here's how you can use the mydenoise library:
from mydenoise.denoise import dnoise
# Input and output paths
input_audio = "path_to_noisy_audio.wav"
output_audio = "denoised_output.wav"
# Denoise the audio
dnoise(input_audio, output_audio)
print(f"Denoised audio saved to {output_audio}")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
GovGPT_denoise-0.1.0.tar.gz
(1.5 kB
view details)
File details
Details for the file GovGPT_denoise-0.1.0.tar.gz.
File metadata
- Download URL: GovGPT_denoise-0.1.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a9a21a8d803cfd1ad7bd1287423116f310966dff531c5dcc426f7418a47f931
|
|
| MD5 |
99587d6c4b563bc6943e8287ff5de22e
|
|
| BLAKE2b-256 |
df852267d06ceaec4ff4d02451f24a2193d76fbf0b646791ccad7f818e962494
|