-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Summary
If I understand correctly, pion opus only support decoding operations, is there any plan to support encoding operations in the future?
Motivation
I've written a streaming-WebRTC gateway app that can convert av streams from streaming devices to WebRTC via pion, but now there's a tricky problem, the audio encoding provided by these media devices is usually aac (or can be set to pcm, which is configurable on the device), I can't find a library that implements pcm -> opus in pure go, only some library based on c-go (like this one). The c-go based library has some limitations (e.g. it can't be self-contained), so it would be nice if pion opus supported pcm->opus.
Describe alternatives you've considered
.
Additional context
.
DmGilimovich, nohns, stevenh, AlexxIT, fdelbos and 7 more
Metadata
Metadata
Assignees
Labels
No labels