Searched defs:rate_out (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A DResample.cc147 int rate_out) // sampling rate of output signal
149 // filter sampling rate = common multiple of rate_in and rate_out
150 int commonfactor = gcf(rate_in, rate_out);
151 up = rate_out / commonfactor;
145 ResampleFilter( int rate_in, int rate_out) argument

Completed in 45 milliseconds