Sound Generator
Sound Generator uses machine learning to create custom audio clips from text-to-sound models or reference audio clips. You can also record your own sounds, and use AI to modify them or generate new variations. Use the Unity Editor to manage the generated audio assets directly within your project.
Sound Generator simplifies audio creation as follows:
- Uses AI to generate sounds based on text prompts or existing audio references.
- Removes the need for complex audio editing or synthesis skills.
- Records custom sounds directly within the Unity Editor with a microphone.
- Stores the generated and recorded audio clips in the
Assets
folder. - Supports
.wav
format for compatibility and editing.
Sound Generator supports three key workflows:
- Text-to-sound generation: Create audio clips from text prompts.
- Sound reference-based generation: Generate sound effects similar to a provided audio file.
- Record custom sound: Record and modify custom sounds, with the ability to overwrite reference sounds.
Use the following topics to get started with using Sound Generator.
Topic | Description |
---|---|
Generate sound asset with a prompt | Generate audio clips from text prompts. |
Generate sound asset with a sound reference | Generate sounds based on an existing audio clip as a reference. |
Record your own sound | Record custom sounds and use them as a reference to create new audio clips. |
Manage generated sounds | Manage and organize the generated audio clips. |