Vixen
02b45cc4
csharp
public record class AudioImportSettings

How 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 Version

    The importer's own version. Bumping it invalidates every artefact that importer produced.

  • public AudioFormatChoice Format

    Which sample format to ship in.

  • public bool ForceMono

    Whether to mix the channels down to one.

Used by (3)

  • AudioImporterVixen.Editor.Assets
  • AudioImporterTestsVixen.Editor.Assets.Tests
  • TypeRegistrationVixen.Editor.Assets