Enum AudioExportFormat
Namespace: AssetRipper.Export.UnityProjects.Configuration
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public enum AudioExportFormat
Fields
Name | Description |
---|---|
Default | This is the recommended option. Audio assets are exported in the compression of the source, usually OGG. |
Native | For advanced users. This exports in a native format, usually FSB (FMOD Sound Bank). FSB files cannot be used in Unity Editor. |
PreferWav | Not advised if rebundling. This converts audio to the WAV format when possible |
Yaml | Export as a yaml asset and resS file. This is a safe option and is the backup when things go wrong. |