Search Results for

    Show / Hide Table of Contents

    Class DefaultStreamingAudioDecoder

    Inheritance
    object
    StreamingAudioDecoderBase<AudioBuffer>
    DefaultStreamingAudioDecoder
    Implements
    IStreamingAudioDecoder<AudioBuffer>
    Inherited Members
    StreamingAudioDecoderBase<AudioBuffer>.Decode(PooledBytes)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Audio
    Assembly: Glitch9.IO.dll
    Syntax
    public sealed class DefaultStreamingAudioDecoder : StreamingAudioDecoderBase<AudioBuffer>, IStreamingAudioDecoder<AudioBuffer>

    Constructors

    | Edit this page View Source

    DefaultStreamingAudioDecoder(StreamingAudioEncoding, int, int)

    Declaration
    public DefaultStreamingAudioDecoder(StreamingAudioEncoding encoding, int sampleRate, int channels)
    Parameters
    Type Name Description
    StreamingAudioEncoding encoding
    int sampleRate
    int channels

    Methods

    | Edit this page View Source

    CreateAudioData(float[], int, int)

    Declaration
    protected override AudioBuffer CreateAudioData(float[] buffer, int sampleRate, int channels)
    Parameters
    Type Name Description
    float[] buffer
    int sampleRate
    int channels
    Returns
    Type Description
    AudioBuffer
    Overrides
    StreamingAudioDecoderBase<AudioBuffer>.CreateAudioData(float[], int, int)

    Implements

    IStreamingAudioDecoder<TDelta>

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation