Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AudioSampleRateSetting

enumeration

Description

The sample rate setting used within the AudioImporter. This defines the sample rate conversion of audio on import.

Variables

PreserveSampleRateDo not change the sample rate of the imported audio file. The sample rate will be preserved for the imported AudioClip.
OptimizeSampleRateLet Unity deduce the optimal sample rate for the AudioClip being imported. The audio file will be analysed and a minimal sample rate chosen while still preserving audio quality.
OverrideSampleRateOverride the sample rate of the imported audio file with a custom value.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答