Skip to content
Lukas Herman edited this page Feb 18, 2020 · 5 revisions

Requirements

import _ "github.com/pion/mediadevices/pkg/codec/opus"

Registration

  • webrtc.Opus or "opus"

Dependencies

libopus - dynamic library

Ubuntu

# libopusfile-dev required at this moment since we're still using https://github.com/hraban/opus
apt-get install libopus-dev libopusfile-dev
Clone this wiki locally