Search Results for

    Show / Hide Table of Contents

    Class AmbisonicWavWriter

    Combine multiple AmbisonicSource streams into a single ambisonic mix We had to use an overcomplicated buffer queue system because the with the audio thread we have no idea which frame we are on, and so no reliable way to know when to write or accumulate the audio into the mix.

    Inheritance
    System.Object
    AmbisonicWavWriter
    Namespace: RenderHeads.Media.AVProMovieCapture
    Assembly: cs.temp.dll.dll
    Syntax
    public class AmbisonicWavWriter : MonoBehaviour

    Properties

    Format

    Declaration
    public AmbisonicFormat Format { get; }
    Property Value
    Type Description
    AmbisonicFormat

    Order

    Declaration
    public AmbisonicOrder Order { get; }
    Property Value
    Type Description
    AmbisonicOrder
    In This Article