More
More
-
-
ConvReverbBasic Public
Basic convolution reverb algorithm. This script convolves an input audio signal with a simulated impulse response from a three-dimensional room with equal wall dimensions. The convolution is perfor…
-
-
FDTDSpeech Public
Finite-difference simulations of a vowel and a diphthong. The scripts model glottal excitation, vocal-tract sound propagation, and radiation from the mouth. In the diphthong simulation, loss due to…
MATLAB UpdatedOct 9, 2018 -
FeedbackDelay Public
JUCE source code for a feedback digital delay VST plugin. The delay algorithm is located on line 192 in the file "PluginProcessor.cpp". For instructions on how to compile the code and run the VST p…
-
FeedForwardDelay Public
JUCE source code for a feed-forward digital delay VST plugin. The delay algorithm is located on line 192 in the file "PluginProcessor.cpp". For instructions on how to compile the code and run the V…
C++ UpdatedJun 27, 2018 -
ImageSourceBasic Public
This script computes the simulated impulse response of a three-dimensional room with flat walls positioned perpendicular to each other. The dimensions of the room (Lx, Ly, and Lz) are equal. See my…
-
mhamilt.github.io Public
Forked from mhamilt/mhamilt.github.ioLets give this pages things a bash
CSS UpdatedSep 12, 2018 -
MoogVCFFB Public
Virtual analog model of the Moog VCF based on the state-space formalism and the forward and backward integration methods. The two approximated transfer functions are compared with the exact calcula…
-
MoogVCFTrap Public
Virtual analog model of the Moog VCF based on the state-space formalism and the trapezoidal integration rule. The approximated transfer function is compared with the exact calculation of the Moog V…
-
NeuralReverb Public
Forked from fromjupiter/NeuralReverbJupyter Notebook GNU General Public License v3.0 UpdatedJun 12, 2020 -
Skeleton Public
Forked from dhg/SkeletonSkeleton: A Dead Simple, Responsive Boilerplate for Mobile-Friendly Development
HTML MIT License UpdatedJul 18, 2018 -
Tempus Public
Forked from stekyne/TempusA C++ JUCE based audio plugin for time based effects.
C++ GNU General Public License v2.0 UpdatedFeb 23, 2015 -
UnitSpeech Public
A unit selection text-to-speech synthesizer. This script tokenizes text from the bash prompt, separates the tokens into monophones, then concatenates the corresponding monophone wav files. Methods …
-