csharp
public record class AudioImportSettingsHow one audio file is imported.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
Short, and deliberately. The settings that belong here are the ones a file cannot answer for itself; sample rate and channel count are in the file and changing either is resampling, which is a signal-processing decision an authoring tool makes better than a build step.
Fields and properties (3)
public int VersionThe importer's own version. Bumping it invalidates every artefact that importer produced.
public AudioFormatChoice FormatWhich sample format to ship in.
public bool ForceMonoWhether to mix the channels down to one.
Used by (3)
- AudioImporterVixen.Editor.Assets
- AudioImporterTestsVixen.Editor.Assets.Tests
- TypeRegistrationVixen.Editor.Assets