Home
last modified time | relevance | path

Searched refs:saout0 (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ecasound/ecasound-2.9.3/libecasound/
H A Daudiofx_filter.cpp853 priv_resize_buffer(&saout0, insample->number_of_channels()); in init()
862 conb[0] * saout0[i.channel()] - in process()
865 saout1[i.channel()] = saout0[i.channel()]; in process()
866 saout0[i.channel()] = ecaops_flush_to_zero(*i.current()); in process()
H A Daudiofx_filter.h404 std::vector<SAMPLE_SPECS::sample_t> saout0, saout1; variable