SampleRate

Swift

public enum SampleRate : UInt

Supported values for .sampleRate

  • _8k

    Known to be supported based on PDF specification

    Declaration

    Swift

    case _8k = 8000
  • Known to be supported based on PDF specification

    Declaration

    Swift

    case _11k = 11025
  • Known to be supported based on PDF specification

    Declaration

    Swift

    case _22k = 22050
  • Seems to work fine, too.

    Declaration

    Swift

    case _44k = 44100