A collection of programs for working with audio and video.
-
Updated
Jun 14, 2022 - Python
{{ message }}
A collection of programs for working with audio and video.
STFT based multi pitch shifting with optional formant preservation in C++ and Python
work in progress - ACA scripts in C++
audio convertor
A package for polyphonic music onset detection models for automatic rhythm game beatmap creation.
Bash tool for encoding various video game music files to FLAC
Codebase for Imperial MSc AI Individual Project - Self-Supervised Learning for Audio Inference
This Repository contains the code base for performing some experiments. I will be reusing some of the codebase present here as a full scale repository
Using GANs to interpolate Head Related Transfer Functions
Auto-Editor: Effort free video editing!
Python script for analyzing and tagging music files by key and BPM
Audacity fork without any telemetry or auto update and improvements
Reading list for research topics in sound event detection
This practical work intends to familiarize the students of the Multimedia discipline with the different types of multimedia information and how it can be modified and compressed. In this sense, it is intended that students develop a project, integrating the knowledge and learnings acquired in theoretical and practical classes. Mutimedia project.
The Panako acoustic fingerprinting system.
The collection of pre-trained, state-of-the-art AI models for ailia SDK
Sketches for Processing / p5.js
Audio plugin framework. VST2/VST3/AU/AAX/LV2 for Linux/macOS/Windows.
Arcan - [Display Server, Multimedia Framework, Game Engine] -> "Desktop Engine"
A PyTorch-based Speech Toolkit
Quick and simple video and audio obfuscation
Your Hardcore Loop Machine.
This repository is for completing the Product Capstone Project by Bangkit Academy 2022: Machine Learning Path
FAUST (Functional Audio Stream) for TouchDesigner
A timer for bird lovers, plays a random birdcall while displaying its image and info.
Audio engine and DSP for Android, written in C++ providing low latency performance within a musical context, while providing a Java/Kotlin API. Supports both OpenSL and AAudio.
Add a description, image, and links to the audio-processing topic page so that developers can more easily learn about it.
To associate your repository with the audio-processing topic, visit your repo's landing page and select "manage topics."
PyTorch core has download function and
torch.hub.download_url_to_file.Torchaudio can use it for dataset download and does not need to maintain its own
torchaudio.datasets.utils.download_url.In addition to that, there seems to be something wrong with
torchaudio.datasets.utils.download_url.It fails to download multiple of huge files. I think we should get rid of `torchaudio.datasets.ut