About this tool
Audio bitrate is the amount of encoded data used each second. In lossy formats such as MP3, a higher value generally retains more detail but produces a larger file; actual quality also depends on encoder, channels, source, and content complexity.
Changing bitrate requires re-encoding and cannot turn a low-rate source into high-fidelity audio. Use the tool to make delivery copies for platform limits, download speed, or storage budgets while retaining the original master.
How to use it
Confirm source and constraints
Record source parameters and the target platform’s maximum size or recommended rate.
Choose the target
Speech can be tested lower, while complex music needs a conservative reduction.
Listen and compare size
Inspect critical passages and download size, choosing the version that meets the quality floor.
Supported range and limits
- Available steps
- Commonly 96 / 128 / 192 / 256 / 320 kbps; pick what the target system asks for
- Encoding mode
- Constant bitrate (CBR), so the data per second is fixed and the size is predictable against an upload limit
- Raising the bitrate
- Does not improve quality, only size; information absent from the source cannot be reconstructed
- Duration and channels
- Unchanged; only the data rate differs
- Size arithmetic
- Size ≈ bitrate ÷ 8 × seconds, which you can invert to find the step that fits a limit
- Where it runs
- FFmpeg compiled to WebAssembly in your browser; the file is never uploaded
When you would use it
Standardizing delivery parameters
Output several spoken tracks at one bitrate for predictable platform handling and size.
Reducing mobile transfer
Create a smaller copy for playback on constrained networks.
Meeting a platform's upload specification
Some podcast hosts and content systems state a required bitrate, and the file has to be re-encoded to that number to pass validation.
What to know before you start
- Converting 64 kbps to 320 kbps only enlarges the file and cannot restore detail.
- The same number across different codecs does not imply the same quality.
- Constant bitrate makes size predictable, while content-aware encoding efficiency varies by passage.
Related concepts
- kbps
- Kilobits per second, a unit of thousands of encoded bits used each second.
- re-encoding
- Decoding an existing file and generating audio again with new encoding settings.