C | |
| callbacks [Ogg_flac.Encoder] |
Create a set of ogg/flac callbacks to
encoder an ogg/flac stream
|
| check_packet [Ogg_flac.Decoder] |
Check if an ogg packet is the first
packet of an ogg/flac stream.
|
| create [Ogg_flac.Encoder] |
Create an ogg/flac encoder.
|
| create [Ogg_flac.Decoder] |
Create an ogg/flac decoder
|
| create [Flac.Encoder.File] |
Create a file encoder writing data to the given file URI
|
| create [Flac.Encoder] |
Create an encoder
|
| create [Flac.Decoder.File] |
Create a file decoder from a file URI
|
| create [Flac.Decoder] |
Create an uninitialized decoder.
|
| create_from_fd [Flac.Encoder.File] |
Create a file encoder writing data to a given Unix file descriptor.
|
| create_from_fd [Flac.Decoder.File] |
Create a file decoder from a Unix file
descriptor
|
F | |
| finish [Ogg_flac.Encoder] |
Terminate an ogg/flac encoder.
|
| finish [Flac.Encoder] |
Terminate an encoder.
|
| fisbone [Ogg_flac.Skeleton] |
Generate a flac fisbone packet with
these parameters, to use in an ogg skeleton.
|
| flush [Flac.Decoder] |
Flush the stream input.
|
| from_s16le [Flac.Encoder] |
Convert S16LE pcm data to an audio array for
encoding WAV and raw PCM to flac.
|
G | |
| get_callbacks [Ogg_flac.Decoder] |
Create a set of callbacks to decode an ogg/flac stream
|
| get_callbacks [Flac.Encoder] |
Create a set of encoding callbacks
|
| get_callbacks [Flac.Decoder] |
Create a set of callbacks.
|
I | |
| init [Flac.Decoder] |
Initialize a decoder.
|
P | |
| process [Flac.Encoder] |
Encode some data
|
| process [Flac.Decoder] |
Decode one frame of audio data.
|
R | |
| register [Ogg_demuxer_flac_decoder] |
Register the decoder.
|
| reset [Flac.Decoder] |
Reset the decoding process.
|
S | |
| seek [Flac.Decoder] |
Flush the input and seek to an absolute sample.
|
| state [Flac.Decoder] |
Get the state of a decoder.
|
T | |
| to_s16le [Flac.Decoder] |
Convert an audio array to a S16LE string for
decoding FLAC to WAV and raw PCM
|
U | |
| update_ogg_stream [Ogg_flac.Decoder] |
Update the
Ogg.Stream.t associated
to the decoder.
|