Re: resampler
Greg Wright <[email protected]>
| Newsgroups | gmane.comp.multimedia.helix.devel |
|---|---|
| Message-ID | <[email protected]> |
John Stirling wrote: > > John Stirling wrote: >> Can someone confirm if my understanding of the resampler is correct: >> >> If the audio device reports that it supports eg 44.1khz and 48khz will >> the resampler be completely bypassed when playing back content with >> either of those sample rates ? The engine always try to open the audio device at the native sample rate of the clip. If it can, it will not do resampling. There can be some variation to this if there is more then one audio clip or perhaps in some playlist with cross-fading. You are talking about just a single playback of a single audio clip correct (video doesn't matter). --greg.