-
-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Description
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?
`
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();`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
