fix: 调整chrome下acc默认objectType

This commit is contained in:
liluyang 2025-02-18 16:16:00 +08:00 committed by wudechang
parent 1ee243457f
commit 8efda5a50d

View File

@ -122,7 +122,7 @@ export class AAC {
objectType = 2 objectType = 2
extensionSamplingIndex = samplingIndex extensionSamplingIndex = samplingIndex
} else { // use HE-AAC } else { // use HE-AAC
objectType = (originObjectType === 2 || originObjectType === 5) ? originObjectType : 5 objectType = 5
extensionSamplingIndex = samplingIndex extensionSamplingIndex = samplingIndex
if (samplingIndex >= 6) { if (samplingIndex >= 6) {