Skip to content

Instantly share code, notes, and snippets.

View mattfeury's full-sized avatar

Matt Feury mattfeury

View GitHub Profile
package as.adamsmith.etherealdialpad.dsp;
import android.media.AudioFormat;
import android.media.AudioManager;
import android.media.AudioTrack;
public class Dac extends UGen {
private final float[] localBuffer;
private boolean isClean;