ЭА
while(true) {
if (sampling) sampling = sampler.process(in,out);
for every frame in frames {
if (event(frame)) {
sampler.reset();
sampling = sampler.process(in, out);
} else {
if (!sampling) {
writeSilence(out, frame);
}
}
}
}
Size: a a a
ЭА
while(true) {
if (sampling) sampling = sampler.process(in,out);
for every frame in frames {
if (event(frame)) {
sampler.reset();
sampling = sampler.process(in, out);
} else {
if (!sampling) {
writeSilence(out, frame);
}
}
}
}
MG
SL
c
I
I
SL
I
c
I
SL
c
I
I
I
c
I
c