Vixen
02b45cc4
csharp
public enum AudioFormatChoice

Which sample format a clip ships in.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • Automatic

    Whatever the file held. 16-bit stays 16-bit; a float or 24-bit source keeps its headroom.

  • Int16

    Signed 16-bit. Half the memory, and below the noise floor of most sound effects.

  • Float32

    32-bit float. What a source recorded with headroom to spare was written at.

Used by (4)

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