Search Unity

Edit AudioClip Volume in Unity [Open Source]

Discussion in 'Assets and Asset Store' started by adamgryu, Nov 30, 2022.

  1. adamgryu

    adamgryu

    Joined:
    Mar 1, 2014
    Posts:
    187
    I just wanted to share a little extension I wrote for Unity that lets you edit AudioClip volume (as well as pitch + tempo) in Unity directly.

    It requires you have the command line tool FFMPEG installed on your system. It simply calls into this to edit the clips.



    More information here: https://github.com/adamgryu/AudioClipAdjuster-Unity