Search Results for

    Show / Hide Table of Contents

    Class AudioFormatUtils

    Inheritance
    object
    AudioFormatUtils
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Audio
    Assembly: Glitch9.IO.dll
    Syntax
    public static class AudioFormatUtils

    Methods

    | Edit this page View Source

    GetBitDepthFromBits(float)

    Declaration
    public static BitDepth GetBitDepthFromBits(float bits)
    Parameters
    Type Name Description
    float bits
    Returns
    Type Description
    BitDepth
    | Edit this page View Source

    GetBitrateFromKbps(float)

    Declaration
    public static Bitrate GetBitrateFromKbps(float kbps)
    Parameters
    Type Name Description
    float kbps
    Returns
    Type Description
    Bitrate
    | Edit this page View Source

    GetSampleRateFromHz(float)

    Declaration
    public static SampleRate GetSampleRateFromHz(float hz)
    Parameters
    Type Name Description
    float hz
    Returns
    Type Description
    SampleRate
    | Edit this page View Source

    ParseBitDepth(string)

    Declaration
    public static BitDepth ParseBitDepth(string bitDepthString)
    Parameters
    Type Name Description
    string bitDepthString
    Returns
    Type Description
    BitDepth
    | Edit this page View Source

    ParseBitrate(string)

    Declaration
    public static Bitrate ParseBitrate(string bitrateString)
    Parameters
    Type Name Description
    string bitrateString
    Returns
    Type Description
    Bitrate
    | Edit this page View Source

    ParseChannels(string)

    Declaration
    public static int ParseChannels(string channelsString)
    Parameters
    Type Name Description
    string channelsString
    Returns
    Type Description
    int
    | Edit this page View Source

    ParseSampleRate(string)

    Declaration
    public static SampleRate ParseSampleRate(string sampleRateString)
    Parameters
    Type Name Description
    string sampleRateString
    Returns
    Type Description
    SampleRate
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation