Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WavFormat

import type { WavFormat } from "https://aws-api.deno.dev/v0.4/services/mediaconvert.ts?docs=full";

The service defaults to using RIFF for WAV outputs. If your output audio is likely to exceed 4 GB in file size, or if you otherwise need the extended support of the RF64 format, set your output WAV file format to RF64.

type WavFormat = "RIFF" | "RF64" | cmnP.UnexpectedEnumValue;

§Type