Docs.rs
wavefile-0.2.0
wavefile 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ledbettj
Dependencies
byteorder ^0.4
normal
memmap ^0.2
normal
Versions
28.3%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
wavefile
0.2.0
All Items
Crate Items
Re-exports
Modules
Structs
Enums
Type Aliases
Crate
wavefile
Copy item path
Source
Re-exports
§
pub use self::error::
WaveError
;
Modules
§
error
Structs
§
Wave
File
Wave
File
Iterator
An iterator which yields successive
Frames
of audio from the associated wavefile.
Wave
Info
Contains information included in the wavefile’s header section, describing the format, sample size, and number of audio channels present.
Enums
§
Format
Speaker
Position
Type Aliases
§
Frame
Represents a single frame of audio, containing one sample per audio channel. For example, a mono audio file will contain only one sample; a stereo file will contain two.