AudioQueue

Undocumented in source.

Constructors

this
this(uint frequency, bool filterEnabled)
Undocumented in source.

Members

Functions

create
void create()
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
nextRequiredSamples
size_t nextRequiredSamples()
Undocumented in source. Be warned that the author may not have intended to support it.
pause
void pause()
Undocumented in source. Be warned that the author may not have intended to support it.
queueAudio
void queueAudio(short[] newSamples)
Undocumented in source. Be warned that the author may not have intended to support it.
resume
void resume()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin declareFields!(LowPassFilter, true, "filter", LowPassFilter.init, channelCount)
Undocumented in source.

Meta