Interface | Description |
---|---|
SpeexPacket |
Parent of all Speex packets
|
Class | Description |
---|---|
SpeexAudioData |
Raw, compressed audio data
|
SpeexFile |
This is a wrapper around an OggFile that lets you
get at all the interesting bits of a Speex file.
|
SpeexInfo |
The identification header identifies the bitstream as Speex,
and includes the Speex version, the simple audio characteristics
of the stream such as sample rate and number of channels etc.
|
SpeexPacketFactory |
Identifies the right kind of
SpeexPacket for a given
incoming OggPacket , and creates it |
SpeexTags |
This is a
VorbisComments with an Speex metadata
block header, rather than the usual vorbis one. |
Copyright © 2015. All rights reserved.