Skip to content

Instantly share code, notes, and snippets.

View mattsp1290's full-sized avatar

Matt Spurlin mattsp1290

  • Datadog
  • Boston, MA
View GitHub Profile
@andykorth
andykorth / gist:bf8e4509402c1f090c1c
Created April 30, 2014 18:48
Live drawing of FFT data in Unity3D
public AudioSource audioSauce;
public string CurrentAudioInput = "none";
int deviceNum = 0;
void Start()
{
string[] inputDevices = new string[Microphone.devices.Length];
deviceNum = 0;