Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpusWriter ¶
type OpusWriter struct {
// contains filtered or unexported fields
}
OpusWriter is used to take RTP packets and write them to an OGG on disk
func New ¶
func New(fileName string, sampleRate uint32, channelCount uint16) (*OpusWriter, error)
New builds a new OGG Opus writer
Click to show internal directories.
Click to hide internal directories.