Appearance
convertQualityToBit 函数用于将质量值(0-100)转换为比特率(0-256)。
convertQualityToBit
number
number - 对应的比特率值(0-256)。
import { convertQualityToBit } from 'atom-tools' const bitRate = convertQualityToBit(90) console.log(bitRate) // 输出: 230