Docs.rs
ace-player-0.1.0
ace-player 0.1.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
ExpertVagabond
Dependencies
anyhow ^1
normal
ffmpeg-next ^7
normal
optional
js-sys ^0.3
normal
optional
pyo3 ^0.23
normal
optional
reqwest ^0.12
normal
serde ^1
normal
serde_json ^1
normal
symphonia ^0.5
normal
thiserror ^2
normal
tokio ^1
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
wasm-bindgen ^0.2
normal
optional
web-sys ^0.3
normal
optional
wgpu ^23
normal
optional
winit ^0.30
normal
optional
criterion ^0.5
dev
Versions
63.41%
of the crate is documented
Platform
aarch64-apple-darwin
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
Skip to main content
AudioFrame
ace_
player
0.1.0
Audio
Frame
Aliased Type
In ace_
player::
decoder::
audio
ace_player
::
decoder
::
audio
Type Alias
Audio
Frame
Copy item path
Source
pub type AudioFrame =
Vec
<
f32
>;
Aliased Type
§
pub struct AudioFrame {
/* private fields */
}