ae v0.0.3141 (2022-02-14T00:51:10Z)
Home
Dub
Repo
WaveSoundSource
ae
ui
audio
source
wave
Implementation of
AbstractSoundSource
backed by a D range of samples.
template
WaveSoundSource (
Wave
) {
alias
Sample
=
typeof
(
Wave
.
init
.
front
)
;
class
WaveSoundSource
;
}
Members
Aliases
Sample
alias
Sample
=
typeof
(
Wave
.
init
.
front
)
Undocumented in source.
Classes
WaveSoundSource
class
WaveSoundSource
Undocumented in source.
Meta
Source
See Implementation
ae
ui
audio
source
wave
functions
waveSoundSource
templates
WaveSoundSource
Implementation of AbstractSoundSource backed by a D range of samples.