Skip to content

Demo not working in Stereo  #8

@maximation

Description

@maximation

I changed the demo code from this

        _encoder = OpusEncoder.Create(48000, 1, FragLabs.Audio.Codecs.Opus.Application.Voip);
        _encoder.Bitrate = 8192;
        _decoder = OpusDecoder.Create(48000, 1);

to this

        _encoder = OpusEncoder.Create(48000, 2, FragLabs.Audio.Codecs.Opus.Application.Audio);
        _encoder.Bitrate = 8192;
        _decoder = OpusDecoder.Create(48000, 2);

The result was choppy audio I have experimented with bitrates and other options with the same resut

My audio input is confirmed as stereo .. mono works perfectly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions