1,092 skills found · Page 20 of 37
samuelbradshaw / Text To TimestampsPython and command-line utility for aligning audio to a transcript.
slegroux / SlgDAFXDigital Audio Effects in Python (material for MUSI6202@Georgiatech)
JagerCox / Tcp Streaming Multicast Client.server Audio.videoAnother example about how to use python sockets, pyaudio and opencv to create a video audio streaming service N:1 (Client:Server)
Agustin-Picard / DSP Feedback SuppressionSimple Python script that tries to suppress the acoustic feedback in an audio file using LMS and RLS adaptive filters.
Gdalik / AudiocomplibA Python library for high-quality, fast, and customizable dynamic audio compression and peak limiting.
JoseRZapata / PyDAFXPython implementation of the Matlab code from the book DAFX - digital audio effects (Work in progress)
cmulay / PDFtoAudioHandy Python Automation Script for PDF's to read out loud like audio books.
tdsk15041995 / Speech To Text ConverterApplication for converting speech to text. Speech can either be a live feed or a audio file. This application makes use of google speeech recognition api. It Require an active internet connection, audio files in .wav format and some python libraries to be installed. Just download unpack and double click on speech_recognition.exe For more understanding refer to https://youtu.be/N8mNHKbTmwg
ageron / Jupyter SynthA Jupyter notebook to have fun with audio in Python and learn the fundamentals of audio processing
soupdtag / Speak ToolA tool to collect/validate audio recordings from workers on Amazon Mechanical Turk. Written in Python/Flask. (originally hosted on github.mit.edu)
juliawilkins / Ambisonics2binaural SimpleA simple Python script to convert FOA audio to binaural.
LIMUNIMI / PycarlaSynthesize music in Python using any audio plugins, both realtime and offline (batch-processing)
jasonhand / Video ToolsA collection of python scripts to make minor edits to video, audio, and transcription files.
Cacutss / JamFrogAudio visualizer project made for the Boot.dev 2025 Hackathon. Made in python with pygame
lifeiteng / OmniVAD KitCross-platform VAD & Audio Event Detection toolkit — Python (PyPI) + TypeScript (npm) + C API. DFSMN models ~2MB, 200x real-time. Runs everywhere: native, browser (WASM), Node.js.
miztizm / RapidokA robust, concurrent TikTok content downloader built with Python and `yt-dlp`. Download videos, images, and audio with or without watermarks, process multiple URLs simultaneously, and organize downloads automatically by creator.
intoregaby / Yt Downloader GuiA simple and user-friendly Python GUI application that allows you to download YouTube videos in high quality (HD) directly to your PC. Built with tkinter and powered by yt-dlp, this tool lets you choose the best video and audio formats, merges them into .mp4, and saves the output in your Downloads folder.
gayanechilingar / Change EmotionsNonparallel Emotional Speech Conversion with MUNIT. Introduction: This is a tensorflow implementation of paper(https://arxiv.org/pdf/1811.01174.pdf) Nonparallel Emotional Speech Conversion. It is an end-to-end voice conversion system which can change the speaker's emotion. For example, neutral to angry, sad to happy. The model aims at generating speech with desired emotions while keeping the original linguistic content and speaker identity. It first extracts acoustic features from raw audio, then learn the mapping from source emotion to target emotion in the feature space, and finally put those features together to rebuild the waveform. In our approach, three types of features are considered: Features: Fundamental frequency (log F_0), converted by logarithm Gaussian normalized transformation Power envelope, converted by logarithm Gaussian normalized transformation Mel-cepstral coefficients (MCEPs), a representation of spectral envelope, trained by CycleGAN Aperiodicities (APs), directly used without modification. Dependencies: Python 3.5, Numpy 1.15, TensorFlow 1.8, LibROSA 0.6, FFmpeg 4.0, PyWorld
dashvinsingh / YoutubeAudio Python StreamA simple python script to play and download Youtube audio.
theintencity / Py AudioPython bindings for audio device and speex codecs