Opus Encoder
From AVObjects Knowledge Base
(Difference between revisions)
Line 17: | Line 17: | ||
* 1 or 2 channels. | * 1 or 2 channels. | ||
* Sample rate 48000, 24000, 16000, 12000 and 8000 Hz. | * Sample rate 48000, 24000, 16000, 12000 and 8000 Hz. | ||
+ | |||
{{.idl}} | {{.idl}} | ||
Revision as of 13:28, 28 February 2025
This page is a copy of the original page on the AVObjects' web site and can also be viewed here.
Opus Encoder for encoding PCM stream to Opus format.
Contents |
Overview
Opus Encoder is a DirectShow filter for encoding a PCM stream into Opus format specified by IETF RFC 6716. Opus bitstreams can be used over RTP protocol according to RFC 7587.
Input parameters
- 16 bit atomic audio samples.
- 1 or 2 channels.
- Sample rate 48000, 24000, 16000, 12000 and 8000 Hz.
Specifications and description of user interfaces can be found in the .idl file in the \Idl folder of the filter installation directory.
See Also
Related Products
- WebRTC/RTP Server - DirectShow Filter for streaming media in the network
- Audio Mixer - DirectShow filter for real-time mixing of multiple mono, stereo or multichannel audio streams.