Skip to content

Instantly share code, notes, and snippets.

@unfa
unfa / FOSS-deverb.md
Created November 15, 2021 13:32
Open-Source Reverb Removal

The open-source audio production toolset is becoming more and more powerful and feature-complete with every year passing.

Something still missing from it are artist-friendly tools for reverb removal (both realtime and offline). Here's a list of existing open-source projects that could be used as basis for such tools:

https://github.com/HoerTech-gGmbH/openMHA https://github.com/fgnt/nara_wpe https://github.com/helianvine/fdndlp https://github.com/sas91/jhu-neural-wpe https://github.com/sjlee7/speech-dereverberation

@lhk
lhk / 3d_volume_trafo
Created November 10, 2016 14:24
transform 3D volume with scipy/numpy
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false
},
"outputs": [
{
@derricw
derricw / rebin_ndarray.py
Created April 9, 2015 15:46
Rebin an arbitrary numpy ndarray in N dimensions
import numpy as np
def bin_ndarray(ndarray, new_shape, operation='sum'):
"""
Bins an ndarray in all axes based on the target shape, by summing or
averaging.
Number of output dimensions must match number of input dimensions.
Example
@marktheunissen
marktheunissen / pedantically_commented_playbook.yml
Last active April 26, 2024 23:26 — forked from phred/pedantically_commented_playbook.yml
Insanely complete Ansible playbook, showing off all the options
This playbook has been removed as it is now very outdated.