Home | History | Annotate | Download | only in audio

Lines Matching full:resampler

40 another sample rate.  A sample rate converter, or resampler, is a module
41 that implements sample rate conversion. With respect to the resampler,
50 internally. In that case, a resampler would be used to upsample the MP3
56 The characteristics of a resampler can be expressed using metrics, including:
63 <li>overall latency through the resampler</li>
72 The ideal resampler would exactly preserve the source signal's amplitude
85 Section <a href="#srcResamplers">Resampler implementations</a>
90 <h2 id="srcResamplers">Resampler implementations</h2>
93 Available resampler implementations change frequently,
114 The specific resampler implementation selected depends on
116 <code>af.resampler.quality</code>. For details,
117 consult the audio resampler source code in AudioFlinger.