Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo not working in Stereo #8

Open
maximation opened this issue Jun 15, 2017 · 1 comment
Open

Demo not working in Stereo #8

maximation opened this issue Jun 15, 2017 · 1 comment

Comments

@maximation
Copy link

maximation commented Jun 15, 2017

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

@andernunes
Copy link

Same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants