Learn audio
Audio sample rate explained
Sample rate is how many measurements per second represent a sampled signal. Common rates are 44.1 kHz and 48 kHz.
Reviewed against current browser behavior and AudioFetcher test fixtures on July 28, 2026.
Key facts
The Nyquist limit is half the sample rate.
44.1 kHz covers frequencies up to 22.05 kHz.
48 kHz integrates naturally with common video workflows.
Changing rate may be necessary for compatibility, not for adding detail.
Practical decisions
- Keep the project rate consistent to avoid unnecessary resampling.
- Use the sample-rate converter only when a destination requires a different rate.
Measure the source before changing it. Codec, container, duration, channels, and intended playback environment are more useful than choosing a setting from its label alone.
Questions about Audio sample rate explained
What is the short answer to "Audio sample rate explained"?
Sample rate is how many measurements per second represent a sampled signal. Common rates are 44.1 kHz and 48 kHz.
Does the linked AudioFetcher tool upload my media?
The local tools linked from this article process selected media in the browser. Read each tool's limits before using a large or uncommon file.
What is the most important practical point?
Keep the project rate consistent to avoid unnecessary resampling.