Version: 2022.3
LanguageEnglish
  • C#

AudioSampleRateSetting

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

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

Properties

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.