Skip to content

Unsupported configuration. Check isConfigSupported() prior to calling configure(). #266

@zimo2013

Description

@zimo2013

browser:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36 Edg/106.0.1370.47
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36

Currently, it has been found that some browsers are reporting this error, even though the browser versions are relatively recent. The same file works fine in my browser. Could you see if it can be fixed, or suggest any workaround?

Image

`

let time = Date.now();
const input = new Input({
  source: new BlobSource(file),
  formats: ALL_FORMATS,
});

const duration = await input.computeDuration();
const audioTrack = await input.getPrimaryAudioTrack();

const output = new Output({
  format: new WavOutputFormat(),
  target: new BufferTarget(),
});

const conversion = await Conversion.init({
  input,
  output,
  audio: {},
  tags: {},
});

await conversion.execute();`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions