Search Unity

Applying audiomixer filters to an AudioClip

Discussion in 'Audio & Video' started by Deathfate, Nov 18, 2016.

  1. Deathfate

    Deathfate

    Joined:
    Sep 10, 2012
    Posts:
    46
    Hi, I am trying to do a music app and I see that I can apply filters to an AudioSource using an AudioMixer.

    I am trying to apply those filters directly to an Audioclip because I want to save it as a file and share it. Is it possible to input an audioclip to an AudioMixer and get an AudioClip with the effects applyied in return?

    It doesn't have to be directly, I can pass float[] arrays and then merge them in an audioclip if needed. The thing is that I don't see any function to input sound to an AudioMixer nor any function to get the output from an AudioMixer.

    Thank you.