armos v0.2.1 (2017-07-28T07:17:22Z)
Dub
Repo
Recorder
armos
audio
recorder
class
Recorder {
this
(uint rate, uint size);
~this
();
const
(
byte
[])
buffer
();
int
samples
();
Recorder
update
();
Recorder
start
();
Recorder
stop
();
}
Constructors
this
this
(uint rate, uint size)
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
buffer
const
(
byte
[])
buffer
()
samples
int
samples
()
start
Recorder
start
()
stop
Recorder
stop
()
update
Recorder
update
()
Meta
Source
See Implementation
armos
audio
recorder
classes
Recorder