The bit rate is determined by the following settings.
The rough calculation method is as follows:
The first 16 is the value corresponding to the bit depth. It does not depend on the bit depth of the wav file used, it is always 16.
The higher the sampling rate, the higher the bit rate. If you want to change the sampling rate without changing the original waveform, specify "Resampling". Please refer to Sampling Rate for details.
If the number of channels is 2 (stereo), the bit rate will be doubled.
However, if you have specified a low quality setting in the HCA (HCA-MX) codec, the stereo bit rate will be less than half.
This comes from the fact that the compression ratio changes between mono and stereo at low sound quality settings. Specifically, The following applies.
This setting is valid only for HCA and HCA-MX codecs.
By scraping the sound information higher than the specified frequency, the bit rate decreases. The amount of bit rate change also depends on the sample frequency.
For example, if the sample frequency is 48000 Hz and the cutoff frequency is 15000 Hz, the sound information from 15000 Hz to 24000 Hz is cut, so the bit rate will be 0.625 times as shown below:
The following equation can be used when using the cutoff frequency:
This setting is valid only for HCA and HCA-MX codecs.
This setting is in the Target config .
The HCA and HCA-MX codecs have a bit rate lower limit set in order to avoid significant deterioration in sound quality.
Please refer to the Compression Ratio of HCA for details.
When using all 48 kHz stereo sound sources with default settings
Sampling Rate: 48000[Hz] Number of channels: 2 Codec: HCA Sound Quality: Hi Quality Other: Default
The bit rate in this case is 16 * 48000 * 2 * (1/6) = 256 kbps .
If you use a medium quality sound and a cutoff frequency
Sampling Rate: 48000[Hz] Number of channels: 2 Codec: HCA Sound Quality: Medium Quality Cutoff frequency: 16000[Hz]
The bit rate in this case is 32 * 16000 * 2 * (1/8) = 128 kbps .
When high compression is applied to a monaural sound source
Sampling Rate: 48000[Hz] Number of channels: 1 Codec: HCA Sound Quality: Low Quality (Maximum Compression) Cutoff frequency: 12000[Hz]
The bit rate in this case is 32 * 12000 * 1 * (1/12) = 32 kbps , but it will be 42 kbps since the HCA bit rate lower limit is 42 kbps.
If the lower limit is not to be set, change it in "Bit rate lower limit" of the target configuration.