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

Expose raw Opus data #24

Open
abextm opened this issue Jun 9, 2016 · 1 comment
Open

Expose raw Opus data #24

abextm opened this issue Jun 9, 2016 · 1 comment

Comments

@abextm
Copy link
Contributor

abextm commented Jun 9, 2016

It is desirable in some situations to have access to audio data without it being decoded first. This is not possible with the current exposed API. This is incredibly useful for storing audio in memory as PCM data is significantly larger than the Opus packets.

@ghost ghost added the feature-request label Jun 9, 2016
@porjo
Copy link

porjo commented Aug 30, 2018

I would find this useful too. I'm playing with WebRTC to create a listen-only client in a webpage, using gumble as a gateway.

I've hacked gumble to bypass the decode stream - see my branch

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

No branches or pull requests

2 participants