Docs.rs
swamp-game-audio-0.0.14-alpha.2
swamp-game-audio 0.0.14-alpha.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
piot
Dependencies
limnus-assets ^0.0.12
normal
limnus-audio-mixer ^0.0.12
normal
tracing ^0.1.40
normal
Versions
0%
of the crate is documented
Go to latest stable release
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
swamp_
game_
audio
0.0.14-alpha.2
Audio
Required Methods
play
Implementors
In crate swamp_
game_
audio
swamp_game_audio
Trait
Audio
Copy item path
Source
pub trait Audio { // Required method fn
play
(&mut self, audio: &
StereoSampleRef
) ->
SoundHandle
; }
Required Methods
§
Source
fn
play
(&mut self, audio: &
StereoSampleRef
) ->
SoundHandle
Implementors
§
Source
§
impl
Audio
for
GameAudio
<'_>