Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustAudio/audrey
/ types & classes
Types & classes
12 in github.com/RustAudio/audrey
⨍
Functions
23
◇
Types & classes
12
↓ 1 callers
Enum
Reader
Returned by the `read` function, enumerates the various supported readers.
src/read.rs:36
Class
AlacReader
src/caf_alac.rs:6
Class
Description
src/read.rs:122
Enum
Format
src/lib.rs:25
Enum
FormatError
src/read.rs:138
Enum
FormatSamples
The inner part of the `Samples` iterator, specific to the format of the `Reader` used to produce the `Samples`.
src/read.rs:62
Enum
FrameConstruction
src/read.rs:529
Class
Frames
An iterator that reads samples from the underlying reader, converts them to frames of type `F` and yields them.
src/read.rs:108
Enum
ReadError
src/read.rs:130
Interface
Sample
Types to which read samples may be converted via the `Reader::samples` method.
src/read.rs:15
Class
Samples
An iterator that reads samples from the underlying reader, converts them to the sample type `S` if not already in that format and yields them.
src/read.rs:52
Enum
WavSamples
src/read.rs:98