add RTP/Opus decoder and encoder (#151)

This commit is contained in:
Alessandro Ros
2022-11-14 17:12:58 +01:00
committed by GitHub
parent 7951b2e4af
commit 0ad09c2184
7 changed files with 325 additions and 0 deletions

2
pkg/rtpopus/rtpopus.go Normal file
View File

@@ -0,0 +1,2 @@
// Package rtpopus contains a RTP/Opus decoder and encoder.
package rtpopus