audio-processing-with-python
There are 13 repositories under audio-processing-with-python topic.
ap-atul/Audio-Denoising
Noise removal/ reducer from the audio file in python. De-noising is done using Wavelets and thresholding is done by VISU Shrink thresholding technique
makerportal/rpi_i2s
Raspberry Pi I2S Stereo Microphone Analyses in Python
gerald-lnj/audio-fingerprinting-fyp
FYP project of Gerald Lau, submitted to the Nanyang Technological University in partial fulfillment of the requirements for the Degree of Bachelor of Engineering (Computer Science). An application to embed links into the audio track of videos, using audio watermarking and audio fingerprinting technology.
migperfer/harmonic_compatibility
Repo of my Master Thesis in Pompeu Fabra University: Harmonic Compatibility for Loops in Electronic Music (demo website might take a little bit to load)
Arvind2903/Accent-Classification-And-Conversion
Tackle accent classification and conversion using audio data, leveraging MFCCs and spectrograms. Models differentiate accents and convert audio between accents
DebdutBiswas/audio-processing-with-python
e-yantra robotics competetion audio processing with python
dhiogoboza/audio-convolution
🐍 :sound: | Audio convolution with python
JanWilczek/dspyplot
Convenience functions for commonly used digital signal processing plots.
makerportal/quadmic
QuadMic Python Scripts for 4-microphone array audio analysis
PavlosIsaris/music-file-transformer
A simple python script that recursively searches for files and transforms them to mp3, using ffmpeg.
davidtkeane/Jervis-ChatGPT
This Python script is for a voice interface chatbot named Jervis. It uses OpenAI's GPT-3.5-turbo-instruct model to respond to user input. The chatbot responds by Elevenlabs Voices. Conversation are saved to MongoDB, and MP3 file local and can be emailed if needed.
rahuls98/audio-tagging
Audio tagging is the process of inferring descriptive labels from audio clips (Multi label classification task). This repository contains exploratory code/scripts for audio preprocessing and model fitting for the task of audio tagging and its applications.