Skip to main content
Module

x/muse/mod.ts>AudioFormat

Youtube Music API (InnerTube) client for Deno, Node and the browser
Go to Latest
interface AudioFormat
implements BaseFormat
import { type AudioFormat } from "https://deno.land/x/muse@0.0.97/mod.ts";

Properties

has_audio: true
has_video: false
audio_quality:
| "tiny"
| "low"
| "medium"
| "high"
channels: number
sample_rate: number
audio_codec: string | null
quality:
| "tiny"
| "small"
| "medium"
| "large"