Lyte Audio Editor is a lightweight in-Editor audio clip editor for Unity. It lets you make common clip edits without leaving the Unity Editor.
Open the window from Tools menu, or right-click an AudioClip in the Project window and open it directly. Load a clip, preview it against a live waveform, adjust the processing options, then overwrite the source asset or save an edited copy next to it.
Main features
No external dependencies
Lyte Audio Editor ships with managed WAV I/O, managed OGG Vorbis export, waveform rendering, bitrate estimation, and pitch shifting. There is no ffmpeg setup, native plugin, command-line tool, package manager dependency, or online service requirement.
Runtime scripting API
The processing core is included in a runtime assembly, so projects can also call the DSP helpers from game code. The runtime API includes trimming, fades, gain, normalization, reverse, speed resampling, mono mixdown, WAV read/write, and waveform rendering.
Supported output formats
Imported source clips can be any Unity AudioClip that Unity can decode and expose to the Editor. If a compressed clip needs to be read, the tool temporarily switches the clip import settings as needed, reads the samples, and restores the original settings afterward.
Requirements
Third-party notice
Lyte Audio Editor includes OggVorbisEncoder under the MIT License; see Third-Party Notices.txt in the package for details.