BandWidth

public enum BandWidth : Double, CaseIterable

帯域幅を表す列挙型。

  • Narrow Band (NB)

    Declaration

    Swift

    case nb4000Hz = 4000
  • Medium Band (MB)

    Declaration

    Swift

    case mb6000Hz = 6000
  • Wide Band (WB)

    Declaration

    Swift

    case wb8000Hz = 8000
  • Super Wide Band (SB)

    Declaration

    Swift

    case swb12000Hz = 12000
  • Full Band (FB)

    Declaration

    Swift

    case fb20000Hz = 20000
  • サンプリングレート。

    Declaration

    Swift

    public var effectiveSampleRate: Double { get }
  • サンプリングレートから BandWidth に変換します。

    Declaration

    Swift

    public static func from(sampleRate: Double) -> BandWidth?

    Parameters

    sampleRate

    変換するサンプルレート