Docs.rs
oddio-0.7.4
oddio 0.7.4
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Ralith
Dependencies
libm ^0.2.1
normal
optional
mint ^0.5.5
normal
cpal ^0.13.1
dev
hound ^3.4
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Sample
oddio
0.7.4
Sample
Trait Implementations
Frame
In crate oddio
oddio
Type Alias
Sample
Copy item path
Source
pub type Sample =
f32
;
Expand description
Unitless instantaneous sound wave amplitude measurement
Trait Implementations
§
Source
§
impl
Frame
for
Sample
Source
§
const
ZERO
:
Sample
= 0f32
A frame with zeroes in every channel
Source
§
fn
channels
(&self) -> &[
Sample
]
ⓘ
Access the frame’s channels
Source
§
fn
channels_mut
(&mut self) -> &mut [
Sample
]
ⓘ
Mutably access the frame’s channels