Skip to content

Release_Test#1

Choose a tag to compare

@e8m-8 e8m-8 released this 17 Aug 12:04
· 7 commits to master since this release

Changed:

  1. Ensures that the startFreq of DownsampledSBR is lower than sampleRate / 2 or the stopFreq.
  2. Expand the VBR Modes range from [1 – 5] to [1 - 29].
    --When --bitres-mode = 0,
    the bitrate is determined jointly by TableVbrQualFactor and BandWidthTableVBR;
    --When --bitres-mode = 1,
    the bitrate is determined by configTabVBR.
  3. Added the vbr-qual-factor interface to override the internal qual-value of -m,
    allowing for fine-tuning or significant adjustments to the bitrate.
  4. bandWidthTableVBR Select the bandwidth value based on the SFB at the sampling rates of 32, 44, 48, 64, 88, and 96 kHz.
  5. sbrTuningTable of 32K/44K/48KHz has been optimized.