class Minimp3::Decoder
- Minimp3::Decoder
- Reference
- Object
Included Modules
- Iterable(Minimp3::Frame)
Defined in:
minimp3.crConstructors
Class Method Summary
-
.can_decode?(file : String) : Bool
detect file if can decode
-
.can_decode?(buf : Bytes) : Bool
detect buffer if can decode
-
.decode(io : IO, callback : Frame -> )
read data from
IO
to decode them and call callback with `decoded data (aka.
Instance Method Summary
-
#each
Must return an
Iterator
over the elements in this collection.
Constructor Detail
Class Method Detail
read data from IO
to decode them and call callback with decoded data (aka. pcm data)
and frame info
Instance Method Detail
def each
#
Description copied from module Iterable(Minimp3::Frame)
Must return an Iterator
over the elements in this collection.