Skip to content

Instantly share code, notes, and snippets.

View DBraun's full-sized avatar
🎯
Focusing

David Braun DBraun

🎯
Focusing
View GitHub Profile
@DBraun
DBraun / new_renderman.py
Last active April 8, 2022 19:01
New RenderMan proposal
import numpy as np
from scipy.io import wavfile
import librosa
import renderman as rm
SAMPLE_RATE = 44100
BUFFER_SIZE = 512
REVERB_PLUGIN = "C:/path/to/reverb.dll"
SYNTH_PLUGIN = "C:/path/to/synth.dll"