Hi, follow to that formula which is working:
void Start() {
AudioSource aud = GetComponent<AudioSource>();
aud.clip = Microphone.Start("Built-in Microphone", true, 10, 44100);
aud.Play();
}
I would like to to get system sound (aimp, media player) - everything what i can hear from my speaker but I have no idea how. That scrennshot from Aimp3, maybe it will help.
